    .hero-slider__slide-img img, .hero-slider__slide-img video {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }


    .hero-slider__swiper {
    height: -moz-available;
    height: -webkit-fill-available;

    }
@media (hover: hover) {

    .hero-slider .slider-box__btn {opacity: 0}

    .hero-slider:hover .slider-box__btn {opacity: 1;}

}

@media screen and (min-width: 500px) and (max-width: 1200px) {

    .hero-slider__slide-img img {
        height: 100%;
    }

        .hero__slider-container {
        height: fit-content;
    }

        .hero-slider__slide-img {
        height: fit-content;
        border-radius: 30px;
        overflow: hidden;
    }


}

@media screen and (min-width: 1200px) and (max-width: 1600px) {

    .hero-slider__slide-img img {
        height: 100%;
    }

    .hero__slider-container {
        height: 27vw;
        max-height: 398px;
        margin-bottom: 18px;
    }

    .hero-slider__slide-img {
        height: fit-content;
        border-radius: 30px;
        overflow: hidden;
    }

    #content .hero-slider {
        width: 75%;
        max-width: 1056px;
    }
}

@media (min-width: 1600px) {

    .hero__slider-container {
        max-height: 400px;
    }

    .hero-slider__slide-img img, .hero-slider__slide-img video {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    pointer-events: none;
    border-radius: 30px;
    }

}


@media screen and (min-width: 768px) and (max-width: 1199px) {
    .hero-slider {
        padding: 0px 22px;
    }

}

@media screen and (max-width: 768px) {

    #content .hero-slider, .hero-slider__slide-img, .hero-slider__slide-img img, .hero-slider__slide-img video {border-radius: 18px;}

}

@media (max-width: 500px) {

    .hero-slider__slide-img img, .hero-slider__slide-img video {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    pointer-events: none;
    }
    
}
