

@media (max-aspect-ratio: 12/16) {
  .wiper-left1, .wiper-left2, .wiper-left3 {
    display: none !important;
  }
  .wiper-down1, .wiper-down2, .wiper-down3 {
    display: block;
  }
  .mobile-navigation {
    /* display: none; */
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    align-items: center;
  }
  .mobile-hamburger-button {
    height: auto;
    width: 25px;
    /* Scales the width down to 25px, from 50px, and keeps the aspect ratio by making sure height is set to auto     */
  }
  .header-two-piece {
    flex-direction: column;
    justify-content: space-around;
  }
  .graphic-centered {
    display: flex;
    margin: 0 auto;
    margin-top: 10%;
    padding: 0;
    width: 100%;
  }
  .header-text-centered {
    display: flex;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.5em;
    animation-name: override-px1050-max-header-two-piece-text-resize;
    /* This overrides the 'px1050-max-header-two-piece-text-resize' animation,
    There is no actual animation set for this - it simply overrides what that
    animation applied so it is back to default */
    animation-fill-mode: forwards;
    animation-duration: 1s;
  }
  .header-quad-text {
    width: 300px;
  }
  .contact-page-1 > P {
    font-size: 1.5em;
    text-align: center;
  }
}
