html {
    max-width: 100%;
    overflow-x: clip;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body {
    max-width: 100%;
    overflow-x: clip;
    overflow-y: visible;
}

img,
video,
iframe {
    max-width: 100%;
}

.customer-logos .slide {
    min-width: 0;
    padding: 15px;
}

.customer-logos .slide img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: 120px;
    margin: 0 auto;
    object-fit: contain;
}

.sk__mobile-main-logo img,
#sk__main-logo {
    width: auto;
    max-width: min(230px, 64vw);
    height: auto;
}

@media (max-width: 991px) {
    html {
        height: 100%;
        min-height: 100%;
        overflow-x: clip !important;
        overflow-y: auto !important;
        overscroll-behavior-y: auto;
        touch-action: pan-y !important;
        -webkit-overflow-scrolling: touch;
    }

    body {
        height: auto;
        min-height: 100%;
        overflow-x: clip !important;
        overflow-y: visible !important;
        overscroll-behavior-y: auto;
        touch-action: pan-y !important;
        -webkit-overflow-scrolling: touch;
    }

    #smooth-wrapper {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
    }

    #smooth-content {
        position: relative !important;
        transform: none !important;
        touch-action: pan-y !important;
        will-change: auto !important;
    }

    .container,
    .container-fluid {
        max-width: 100%;
    }

    .super-heading,
    .h1-small,
    .sk__clipped-text {
        overflow-wrap: anywhere;
    }

    .customer-logos .slide img {
        max-width: 180px;
        height: 100px;
    }

    form input,
    form textarea,
    form select,
    form button {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .h1-small {
        font-size: clamp(28px, 10vw, 44px) !important;
        line-height: 1.1;
    }

    .super-heading {
        font-size: clamp(34px, 13vw, 58px) !important;
        line-height: 1;
    }

    .customer-logos .slide {
        padding: 10px;
    }

    .customer-logos .slide img {
        max-width: 150px;
        height: 84px;
    }
}
