@media (min-width: 481px) and (max-width: 1024px){
  /* For portrait layouts only */
  .splash-media-container {
    background: url("/images/global/jen media.png") no-repeat;
    background-size: cover;
  }

  .splash-media-content {
    width: 75%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .splash-media-content h2 {
    font-size: 35px;
  }

  .splash-media-content .red-underline {
    border-bottom: 3px solid var(--red);
    width: 200px;
  }

  .splash-media-content p {
    font-size: 18px;
  }

  #filter-media {
    padding: 0 80px;
  }

  .videos-container-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 80px;
  }

  .videos-container-grid a {
    width: 48.5%;
    margin: 5px 0;
  }

  .grid-video-large p {
    font-size: 14px;
  }

  .article-grid {
    padding: 40px 80px;
  }
}

@media (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
}
