@media (width < 60rem) {
  h1{
    font-size: 3rem;
  }
  #mobileNav {
    display: block;
  }
  #desktopNav {
    display: none;
  }
  .attached-background-image {
    height: 100dvh;
  }
  .attached-background-image.other-page {
    height: 50vh;
  }
  .gallery-images {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .contact-map form {
    right: 50%;
    top: 50%;
    translate: 50% -50%;
    width: 94vw;
  }
  .rotatingText{
    display: none;
  }
  .testimonials-images{
    columns: 1;
  }
  /* .splide__slide {
    opacity: 1;
    padding-block: unset;
  }
  .splide__slide.is-active {
    scale: 1;
    opacity:1;
    padding-block: unset;
  } */
}
