/* Large devices (laptops/desktops, 1050px and up) */
@media only screen and (min-width: 1050px) {
  section {
    padding: 100px 150px 100px 150px;
  }
  .backgroundVideo {
    display: block;
    border-radius: 32px;
  }
  #about {
    margin-top: 0px;
  }
  /* B A N N E R ------------------------------------------------------------------------------------------- */
  .banner {
    width: calc(100% - 100px);
    padding: 15px 50px 20px 50px;
  }
  /* A B O U T  U S ---------------------------------------------------------------------------------------- */
  .theTeam {
    display: inline-block;
    width: calc(50% - 10px);
  }
  .teamContainer {
    display: block;
  }
  .team {
    display: block;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    width: calc(100% - 40px);
    margin-bottom: 0px;
  }
  .teamImg {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 100px;
  }
  .story {
    display: inline-block;
    width: calc(50% - 10px);
    margin-left: 50px;
  }
  .flex {
    display: flex;
    align-items: flex-start;
  }
  /* Y T --------------------------------------------------------------------------------------------------- */
  .video {
    padding: 50px 14% 150px 14%;
    margin: 0px;
    width: calc(100% - 28%);
  }
  .video > p {
    margin: 100px 30px 0px 30px;
  }
  .bigVideo {
    display: block;
    margin: 10px;
    width: calc(100% - 20px);
    height: auto;
    -webkit-transition: 0.08s ease;
    -moz-transition: 0.08s ease;
    -o-transition: 0.08s ease;
  }
  .bigVideo:hover {
    cursor: pointer;
    opacity: 0.9;
  }
  .smallVideo {
    display: inline-block;
    width: calc(50% - 24px);
    margin: 10px;
    height: auto;
    -webkit-transition: 0.08s ease;
    -moz-transition: 0.08s ease;
    -o-transition: 0.08s ease;
  }
  .smallVideo:hover {
    cursor: pointer;
    opacity: 0.9;
  }
  .bigVideo > img {
    width: 100%;
    height: auto;
  }
  .smallVideo > img {
    width: 100%;
    height: auto;
  }
  .bigVideo .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
  }
  /* C O L L A B S ----------------------------------------------------------------------------------------- */
  .collaboration {
    padding: 50px 14% 150px 14%;
    margin: 0px;
    width: calc(100% - 28%);
  }
  .collaboration > p {
    margin: 100px 30px 0px 30px;
  }
  .collaborationList {
    margin: auto;
    margin-bottom: 30px;
    min-width: 400px;
    max-width: 800px;
  }
  .collaborationItem {
    margin-bottom: 20px;
  }
  /* I G --------------------------------------------------------------------------------------------------- */
  #pfContainer {
    display: block;
    padding: 25px;
    margin-top: -20px;
    padding-left: 30px;
    margin-bottom: 0px;
  }
  .pfImage {
    display: inline-block;
    width: calc(33.333% - 25px);
    height: auto;
    margin: 10px 10px 10px 10px;
  }
  .pfImageL {
    display: inline-block;
    width: calc(50% - 24px);
    height: auto;
    margin: 10px 10px 10px 10px;
  }
  /* N A V  B A R S ---------------------------------------------------------------------------------------- */
  .navTablet {
    visibility: hidden;
    display: none;
  }
  .nav > a {
    visibility: hidden;
    margin: 0px 10px 0px 10px;
    color: #F65B5B;
    font-size: 18px;
  }
  .nav {
    visibility: visible;
    z-index: 8;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: calc(100% - 100px);
    margin-top: -5px;
    padding: 30px 50px 40px 50px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  }
  .nav > a {
    visibility: visible;
    margin: 0px 10px 0px 10px;
    color: #454545;
    font-size: 18px;
  }
  .nav a:hover {
    color: #F65B5B;
  }
  .nav > .split {
    visibility: visible;
  }
  .navTitle {
    display: inline;
    font-family: 'Oleo Script';
    font-size: 26px;
  }
  .navLogo {
    visibility: visible;
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    right: 30px;
    width: 60px;
    height: auto;
    float: right;
    margin-top: -13px;
  }
  .split {
    visibility: visible;
  }
}
