@media (min-width: 1025px) {
  section#destinationListing .imageRoom {
    height: 18.2291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#destinationListing .imageRoom {
    height: 18.2291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#destinationListing .imageRoom {
    height: 215px;
  }
}
@media (max-width: 600px) {
  section#destinationListing .imageRoom {
    height: 215px;
  }
}
section#destinationListing .imageRoom picture {
  display: block;
  position: relative;
  height: inherit;
}
section#destinationListing .imageRoom picture::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 97.68%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/*# sourceMappingURL=destination.min.css.map */
