body.storepage_29 .product-hero-container {
 background: url('./cn/hero-sxfi-amp-mobile.jpg') no-repeat center;
 background-size: cover !important;
 max-width: none!important;
 padding-top: 30px !important;
 transition:none;
}
body.storepage_29 .product-hero-container .container-fluid {
  display: none;
}
body.storepage_29 .product-hero-container .container{
 display: none;
}
body.storepage_29 .product-hero-container .container1{
 display: block !important;
}


@media screen and (min-width: 768px) {
  body.storepage_29 .product-hero-container {
    min-height: 450px;
    background: url('./cn/hero-sxfi-amp.jpg') no-repeat center;
    padding-top: 80px !important;
  }
}

@media screen and (min-width:992px) {
  body.storepage_29 .product-hero-container {
    min-height: 580px;
  }
}

@media screen and (min-width:1200px) {
  body.storepage_29 .product-hero-container {
    height: 30vw;
    max-height: 780px;
  }
}