@media screen and (max-width: 425px) {
  :root {
    --header-size: 1.25em;
    --body-size: 0.875em;
    --download-width: 196px;
  }

  .header {
    padding-top: 40px;
  }

  .header__download {
    height: 48px;
    right: 40px;
  }

  .intro {
    height: 510px;
  }

  .intro__text {
    padding-top: 80px;
  }

  .intro__img img {
    width: 295px;
    height: 442px;
  }

  .gallery {
    padding-top: 165px;
  }

  .gallery__list {
    padding-top: 40px;
  }

  .row {
    justify-content: center;
    flex-direction: column;
  }

  .row__column {
    width: 100%;
  }

  .row--1 {
    padding-top: 60px;
  }

  .row__column--1 {
    order: -1;
  }

  .row--2 {
    padding-top: 70px;
  }

  .row__column--2 {  
    order: -1;
  }

  .row--3 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .row__column--3 { 
    order: -1;
  }
  
  .summary {
    padding-top: 80px;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .summary__promo {
    width: 105%;
    height: 15vh;
    margin-top: 4vh;
    text-align: center;
    order: 1;
    flex: none;
  }

  .summary__host img {
    max-height: 50vh;
  }

  .summary__images {
    width: 75%;
    margin-right: 0;
    margin-top: 6.5vh;
  }

  .summary__header {
    width: 100%;
    font-size: 1.2em;
  }

  .social {
    flex-wrap: wrap;
    justify-content: space-evenly;
    line-height: 2.5em;
  }

  .social__link {
    margin-left: 0;
  }
}

@media screen and (max-width: 320px) {
  .summary__images {
    margin-top: 8vh;
  }

  .summary__header {
    line-height: 1.5em;
  }

  .social {
    padding-top: 40px;
    font-size: .875em;
  }
}
