.horizontal-sect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 600vw;
}

.horizontal-block {
    min-width: 100vw !important;
}

.tech-slide.flexed {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.horizontal-block.outer-cont {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-inner {
    padding: 90px;
}

@media screen and (max-width: 769px) {
    .horizontal-block.outer-cont {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .horizontal-block.outer-cont .cont {
        height: auto;
    }

    .horizontal-block.outer-cont .cont p {
        max-width: 400px;
        margin-bottom: 25px;
    }

    .slider-inner {
        padding: 90px 120px 40px;
        text-align: center;
    }

    .splide__arrows.splide__arrows--ltr {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 60px;
        pointer-events: all;
        z-index: 3;
    }

    .tech .splide__track {
        padding-bottom: 120px;
    }

    .splide button.splide__arrow {
        margin: 0 10px;
        border: 1px solid #000000;
    }

    .splide button.splide__arrow[disabled] {
        opacity: 0.5;
        border: none;
    }

}

@media screen and (max-width: 690px) {
    .slider-inner {
        padding: 90px 40px 20px;
        text-align: center;
    }

    img.rel.lighten-mask {
        width: 150%;
        max-width: none;
    }


    section.tear.masked .full-h,
    section.tear.rel {
        max-height: none !important;
        height: auto;
    }

    .splide__slide {
        max-width: 100vw;
    }
}