@media (max-width: 900px) {
  h1, h1 {
    font-size: 48px;
    line-height: 48px;
  }

  nav {
    padding: 20px 0 48px 0;
  }

  nav .container a {
    font-size: 16px;
  }
  nav .container .left, nav .container .right {
    width: 40%;
    flex-direction: column;
    display: flex;
  }

  nav .container .right {
    text-align: right;
  }

  nav .container .left {
    text-align: left;
  }
  nav .container img {
    width: 70%;
  }

  .hide-mobile {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .hero h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 90%;
    margin: 0 auto;
  }
  .hero {
    background-image: url(../images/hero-mobile-banner.webp);
  }


  h2 {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 0.04em;
  }

  .footer h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .logo {
    width: 80px;
  }
  .subtitle {
    font-size: 20px;
  }
  main {
    grid-template-columns:  1fr;
    padding: 20px;
  }

  section, main {
    height: auto;
  }

  .d-xs-block {
    display: block;
  }
  .d-xs-none {
    display: none !important;
  }

  .hero .subtitle {
    width: 93%;
    line-height: 1.6;
    margin: 20px;
  }

  #team-section h2 {
    margin-bottom: 12px;
  }

  .content__subtitle {
    font-size: 19px;
  }

  .cta span {
    line-height: 1.2;
    width: 70%;
  }

  .cta img {
    width: 36px;
  }

  .d-l-none {
    display: block;
  }

  .d-xs-none {
    display: none;
  }

  #team-photo {
    width: 100%;
    grid-row-start: 1;
  }
  #cave-photo {
    display: none;
  }
  #cave-photo-mobile {
    display: block;
  }

  #cave-section, #degust-section {
    margin-top: 0px;
  }

  #degust-section .content {
    margin: 0;
  }

  .marquee div {
    font-size: 4em;
    text-align: center;
    justify-content: center;
  }
  .footer .contact {
    flex-direction: column;
  }

  .footer .contact .mail {
    margin-bottom: 6px;
  }

  .footer .contact a {
    font-size: 24px;
  }
  .footer__wrapper {
    padding: 32px 0;
  }
  .footer__openings {
    width: 100%;
    margin: 0 auto;
  }
  .day-opening {
    font-size: 20px;
    grid-template-columns: 1fr 2fr;
    display: flex;
    justify-content: space-between;
  }

  .day-opening .hours {
    justify-self: flex-end;
  }
}
