@media screen and (min-width: 801px) {
  nav {
    display: none;
  }
  
  header div{
    font-size: 2em;
    line-height: 1.8em;
    position: absolute;
    top: 270px;
    left: 200px;
  }

  .lion {
    position: absolute;
    top: 160px;
    left: 100vw;
    width: 500px;
    height: 500px;
    transition: all 2s ease-in;
  }
  
  .lion img {
    width: 100%;
    height: 100%;
  }

  .section-thumbnail {
    width: 300px;
    height: 300px;
    float: left;
  }
  
  .section-content {
    padding: 50px 200px;
  }
  
  .section-content > div {
    display: inline-block;
    width: calc(100% - 500px);  
    margin: 0 30px;
    text-align: center;
    font-size: 1.4em;
  }
  
  .insta-content div {
    display: inline-block;
    width: 300px;
    margin: 6px;
  }
  
  .insta-content div iframe {
    max-width: 300px !important;
    min-width: 300px !important;
    max-height: 350px !important;
    min-height: 350px !important;
  }
}

