.home #rev_slider_1_1_wrapper {
    max-height: calc(100vh - 108px);
}

@media screen and (max-width: 1024px) {
    .home #rev_slider_1_1_wrapper {
        max-height: calc(100vh - 69px);
    }
}

rs-layer.CTA-arrow-white.rs-layer {
    font-size: 16px !important;
    line-height: 25px !important;
    min-width: fit-content !important;
    padding-right: 30% !important;
}

@media screen and (max-width: 499px) {
    rs-layer.CTA-arrow-white.rs-layer {
        font-size: 12px !important;
        line-height: 25px !important;
        min-width: fit-content !important;
        padding-right: 34% !important;
    }
}