#home-hero-slider .avia-slideshow li img {
  height: 600px;
  object-fit: cover;
  object-position: center center;
}


#home-hero-slider .avia-slideshow li.slide-3 img {
  object-position: 100% 75%;
}

#home-hero-slider .avia-slideshow li.slide-1 img {
  object-position: 90% 40%;
}

#home-hero-slider .avia-slideshow li.slide-2 img {
  object-position: 50% 0%;
}

@media all and (max-width: 767px) {
  #home-hero-slider .avia-slideshow li img {
    height: 300px;
  }
}

#after_full_slider_1 {
  margin-top: -150px;
}

@media all and (max-width: 767px) {
  #after_full_slider_1 {
    margin-top: -100px;
  }
}