.flashSaleBackground {
    background-image: url(/content/dam/royal/promotions/2020/november/black-friday/Cruise_Ship_at_Dusk_Dsktp_Standard_1920_800.jpg);
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.basicHero__background--no-image .basicHero__imageContainer {
    background-color: transparent;
}

.flashSaleGradient {
    background: linear-gradient(180deg, #0250A0 0%, #1EB6CC 100%);
}


@media (min-width: 46.9375rem) {
    .cruise-search-widget__filter {
        margin-left: 18px;
    }
}


@media (max-width: 46.875rem) {
    
    .heroCountdown__copy {
        color: rgb(204, 0, 102) !important;
    }

    .heroCountdown__time {
        color: rgb(204, 0, 102) !important;
    }

    .heroCountdown__label {
        color: rgb(255, 255, 255) !important;
    }
    .heroCountdown__days {
        color: rgb(204, 0, 102) !important;
        }
    .v-cloak--display {
        padding: 12px;
    }


.basicHero__imageContainer {
    height: 35.5rem;
}

    .basicHero__content {
        margin-top: -85px;
    }

    .cruiseSearchWidget {
        margin-top: -85px; 
    }
}