@media screen and (max-width: 500px) {
  body .mm-logo-link {
    padding-left: 10px;
  }

  body .mm-secondary-menu {
    position: static;
    left: 0;
    right: 0;
    background-color: transparent;
    transform: none;
  }
  
  body .mm-hero {
    max-height: none;
    height: auto;
    padding-top: calc(((100vw / 500) * 250) + 40px);
  }

  body .mm-hero-text {
    width: auto;
    max-width: none;
    position: relative;
    transform: none;
    left: auto;
    right: auto;
    top: auto;
  }

  body .mm-hero .mm-waves-hero {
    display: none;
  }

  body .mm-hero .mm-book-now {
    position: static;
  }

  body .mm-secondary-menu li,
  body .mm-rooms-menu.mm-secondary-menu li {
    float: none;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  body .mm-rooms-menu.mm-secondary-menu {
    transform: none;
    width: auto !important;
  }

  /* START: Place contact details at top instead of falling under */
  .type-contact #main .mm-attractions-page .mm-primary {
    display: flex;
    flex-direction: column;
  }

  .type-contact #main .mm-attractions-page .mm-primary > .mm-right {
    order: 1;
  }

  .type-contact #main .mm-attractions-page .mm-primary > .mm-left {
    order: 2;
  }

  .type-contact #main .mm-attractions-page::before {
    display: block;
    content: "Contact Us";
    font-family: var(--title-font);
    font-size: 28pt;
    color: #000;
    font-weight: 400;
    padding: 0 15px;
  }

  .type-contact #main .mm-primary h1 {
    display: none;
  }

  body.type-contact .mm-rooms-waves {
    display: none;
  }
  /* END */

  #main .mm-contact address,
  #main .mm-location address,
  footer .mm-contact address,
  footer .mm-location address,
  #main .mm-social,
  footer .mm-social {
    margin-left: -40px;
  }

  #main .mm-contact a,
  footer .mm-footer .mm-contact a,
  footer .mm-footer address a:first-of-type {
    line-height: 50px;
    font-size: 14pt;
  }

  #main .mm-location span,
  footer .mm-footer .mm-location span {
    font-size: 14pt;
  }

  #main .mm-social a,
  #main .mm-social a:any-link,
  footer .mm-social a,
  footer .mm-social a:any-link {
    width: 32px;
    height: 32px;
  }

  footer .mm-contact {
    margin-bottom: 30px;
  }

  #main .mm-primary .mm-right,
  #main .mm-secondary .mm-right {
    margin: 0;
    padding: 10px 15px;
  }

  body .mm-hero {
    margin-bottom: 20px;
  }

  #main .mm-primary .mm-left,
  #main .mm-secondary .mm-left {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }

  #main .mm-primary,
  #main .mm-secondary,
  #main .mm-boxes {
    margin-bottom: 0;
  }

  #main .mm-attraction-link {
    padding: 20px 0;
  }

  footer .mm-footer {
    margin-top: 0;
    padding: 15px;
  }

  footer .mm-footer > .mm-right {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    width: auto;
  }

  footer .mm-footer > .mm-left > .mm-left,
  footer .mm-footer > .mm-left > .mm-right {
    width: auto;
    display: block;
  }

  #main .mm-rooms-page .mm-primary .mm-left {
    margin-left: 0;
  }

  #main .mm-rooms-page .mm-rooms-features {
    margin: 0;
    flex-wrap: wrap;
  }

  #main .mm-rooms-page .mm-rooms-features li {
    min-width: 85px;
    max-width: 85px;
    text-align: center;
    padding-bottom: 8px;
  }

  #main .mm-rooms-desc {
    margin: 0;
    padding: 15px;
    padding-top: 300px;
    text-align: left;
  }

  #main .mm-rooms-desc h2 {
    margin-top: 0;
    margin-bottom: 2em;
    min-height: 2.5em;
  }

  #main .mm-rooms-room {
    position: relative;
    display: block;
    text-align: center;
  }

  #main .mm-rooms-image {
    position: absolute;
    top: 0;
    max-width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    height: 300px;
    background-color: transparent;
  }

  #main .mm-rooms-image > div {
    max-height: none !important;
  }

  #main .mm-rooms-image a {
    position: relative;
    top: calc(40px + 4.5em);
    width: auto;
    margin: 0 15px;
  }

  #main .mm-rooms-desc > ul {
    column-count: 1;
  }

  #main .mm-rooms-room {
    margin: 0;
  }

  #main .mm-rooms-room:nth-of-type(even) .mm-rooms-desc {
    padding-bottom: 40px;
  }

  #main .mm-room-features {
    margin: 0;
    padding: 0;
  }

  #main .mm-room-features .mm-photo {
    position: static;
    max-width: 100%;
    z-index: auto;
  }

  #main .mm-room-features .mm-about {
    position: static;
    max-width: none;
    min-height: auto;
  }

  #main .mm-room-features .mm-about h2 {
    margin-top: 0;
  }

  #main .mm-room-features .mm-features {
    display: block;
    padding: 0 10px;
  }

  #main .mm-room-features .mm-features div {
    width: 225px;
    padding-top: 10px;
    padding-left: 60px;
    text-align: left;
    margin: 0;
  }

  #main .mm-room-features .mm-features div br {
    display: none;
  }

  #main .mm-boxes .mm-left,
  #main .mm-boxes .mm-right,
  #main .mm-boxes .mm-middle {
    margin-top: 15px;
    width: auto;
    max-width: none;
    display: block;
  }

  #main .mm-secondary .mm-right img {
    position: static;
    max-width: 100%;
  }

  #main .mm-boxes .mm-left > div,
  #main .mm-boxes .mm-middle > div,
  #main .mm-boxes .mm-right > div {
    max-width: none;
  }

  #main .covid-safe {
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  body .mm-logo-text {
    line-height: 30px;
    font-size: 16px;
  }
}
