@media (max-width: 480px), (min-width: 481px) and (max-width: 1024px) {
  #index-splash {
    background: url("/images/index/index-mobile-splash.png") no-repeat;
    background-position-x: -350px;
    background-position-y: 0px;
    background-size: cover;
  }

  .index-subnav-icons-container {
    padding: 20px;
    flex-wrap: wrap;
  }

  .index-subnav-icons-container a {
    width: 50%;
    padding: 5px;
  }

  .index-subnav-item {
    width: 100%;
  }

  .index-content-info {
    width: 100%;
    padding: 20px;
  }

  .index-content-info h3 {
    margin: 0 0 20px 0;
    font-size: 25px;
  }

  .index-content-info p {
    margin: 20px 0;
  }

  .index-feature-parallax {
    width: 100%;
  }

  .index-feature-bcg.family {
    background-size: 100%;
    height: 300px;
    max-height: none;
    margin: 30px 0 0 0;
  }

  .index-feature-parallax {
    height: 300px !important;
  }

  .trailer-video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
  }

  .trailer-home video {
    width: 100vw;
    margin: 40px auto;
  }
  #trailer .heading {
    text-align: center;
  }

  .trailer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }

  .trailer-title-mobile {
    font-size: 35px;
  }
}
