@media screen and (max-width: 800px) {
  nav {
    position: fixed;
    background-color: rgba(255, 255, 255, .4);
    color: black;
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    font-family: Wemakeprice-Bold;
  }

  header div {
    display: inline-block;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100vw;
    font-size: 1.6em;
    line-height: 1.6em;
  }

  .lion {
    display: none;
  }

  .section-content {
    text-align: center;
  }

  .vertical-line {
    margin-bottom: 40px;
  }
  
  .insta-content > div {
    text-align: center;
    margin: 30px 0;
  }

  .insta-content > div:last-child {
    margin-bottom: 100px;
  }

  .insta-content div iframe {
    margin: auto !important;
  }

  .instagram-section {
    height: auto;
  }

  .instagram-section .section-content > div {
    width: 100%;
  }

  #insta-intro {
    width: 80%;
    margin: auto;
    word-break: keep-all;
  }
}