.rider-image-block{
    height: 100vh;
}

.rider-image-block .image-block-overlay h1 {
    font-weight: 600;
    filter: drop-shadow(0px 0px 3px #000);
    line-height: 6.7rem ;
}

@media (max-width: 1200px) {
    .rider-image-block {
        height: 75vh;
    }
}

@media (max-width: 990px) {
    .rider-image-block .image-block-overlay h1 {
        line-height: 3.7rem !important;
    }
}

@media (max-width: 768px) {
    .rider-image-block {
        height: 50vh;
    }

    .rider-image-block .image-block-overlay h1 {
        line-height: 1rem !important;
    }
}


.rider-image-block > .image-block-overlay {
    position: absolute;
    bottom: 20px;
    transform: none !important;
}

.rider-image-block > .image-block-overlay > img {
    margin-bottom: 20px;
}