.flashSaleBackground {
 background-image: url(https://www.royalcaribbean.com/content/dam/royal/promotions/2020/october/flash-1/flash-sale-october-background-gradient.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, #FFFFFF 0%, rgba(153, 204, 51, 0) 100%);
}
 
@media (min-width: 46.9375rem) {
 .cruise-search-widget__filter {
 margin-left: 18px;
 }
}
 
@media (max-width: 46.875rem) {
 
 .basicHero__textLine{
 color: rgb(255, 255, 255)!important;
 }
 
 .heroCountdown__copy {
 color: rgb(255, 255, 255) !important;
 }
 
 .heroCountdown__time {
 color: rgb(255, 255, 255) !important;
 }
 
 .heroCountdown__label {
 color: rgb(255, 255, 255) !important;
 }
 .heroCountdown__days {
 color: rgb(255, 255, 255) !important;
 }
 .v-cloak--display {
 padding: 12px;
 }
 
 .basicHero__imageContainer {
 height: 35.5rem;
 }
 
 .basicHero__content {
 margin-top: -85px;
 }
 
 .cruiseSearchWidget {
 margin-top: -85px; 
 }
}
