/**
 * Ultimate Slider Fix - Scoped strictly for Hero Banner
 */

/* ===== DESKTOP & TABLET: Full Width Stretch ===== */
@media screen and (min-width: 768px) {

    .home-slider,
    .home-slider .container,
    .home-slide-cover,
    .hero-slider-1 {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: hidden !important;
    }

    .hero-slider-1 img.hero-responsive-img {
        width: 100vw !important;
        max-width: 100vw !important;
        height: auto !important;
        object-fit: fill !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}