/* SP Mobile Hero Fix — zoom out and shift on small screens */
@media (max-width: 768px) {
  .nectar-slider-wrap .swiper-slide .image-bg {
    background-position: 5% center !important;
    background-size: 120% auto !important;
  }
}
@media (max-width: 480px) {
  .nectar-slider-wrap .swiper-slide .image-bg {
    background-position: 5% center !important;
    background-size: 140% auto !important;
  }
}
