.background_slider_hero .background_slider_hero_section_slider{
    top: 0px;
    left: 0px;
    width: 100%!important;
    height: 100%!important;
}
.background_slider_hero .background_slider_hero_section_slider img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.background_slider_hero .dark_gradient_overlay{
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 78%);
}
.background_slider_hero .background_slider_hero_section_slider .swiper-slide {
  transition-timing-function: cubic-bezier(.58,.09,.08,.94);
}