/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v2.0.0
* Docs at http://ramseyinhouse.github.io/scut
*/
.sn_highlight_accommodations__item {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 62em) {
  .sn_highlight_accommodations__item {
    height: 37.5rem;
  }
}
@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_highlight_accommodations__item {
    aspect-ratio: 366/386;
  }
}