/* =====================================
   REMOTION total care salon
   Main Visual Responsive Images
===================================== */

/* PC */
@media screen and (min-width: 769px) {
  .main-slider .slide-media .bg_image {
    background-image: url("https://remotionjapan.com/totalcaresalon/wp-content/uploads/sites/4/2018/05/044690D1-87F7-492E-B9F3-AE424D7016CA.png") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}

/* Smartphone */
@media screen and (max-width: 768px) {
  .main-slider .slide-media .bg_image {
    background-image: url("https://remotionjapan.com/totalcaresalon/wp-content/uploads/sites/4/2018/05/4195FD1A-9BCD-4D63-84E2-E532EF82C078.png") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}