.explore24-travelers-scroll-overlay .explorations-travelers-col {
    height: inherit;
    background-color: inherit;
    background-size: 100%;
}

.explore24-travelers-scroll-overlay .explorations-travelers-cards-wrapper {
    padding: 0 2rem;
}

.explore24-travelers-scroll-overlay .explorations-travelers-card_image {
    height: 552px;
    background-size: cover;
    min-height: -webkit-fill-available;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) {
    .explore24-explorations-travelers .explorations-travelers-card-body {
        max-height: 26rem;
    }
}

/* Media Query for Mobile Devices */
@media only screen and (max-width: 768px) {
    .explorations-travelers-cards .explorations-travelers-card_image {
        width: 100% !important;
    }

    .explorations-travelers-card_image {
        background-size: cover;
    }
}