@media screen and (max-width: 991px) and (min-width: 768px){

  body{
    background-size: cover;
  }

  footer{
    position: relative;
    padding-top: 30px;
    background-color: black;
    margin: 0 -15px;
  }

  #player{
    height: calc(120vw)!important;
  }

  .raxus-slider .slider-relative .slide.fix-width .image img{
    width: 80vw!important;
    margin-left: 0;
  }

  .raxus-slider .slider-relative .slide .image .play-button{
    left: 50%;
  }

  .clips-title{
    display: none;
  }

  .raxus-slider .mini-images{
    height: 20vh;
    overflow-y:hidden;
    overflow-x: scroll;
  }

  .slide .content{
    bottom: 8vh;
    margin-left: 6%;
    margin-right: 8%;
    max-width: 100%;
  }

  .no-style .content{
    max-width: 90%;
    margin-left: 5%;
    margin-left: 5%;
  }

  .raxus-slider .mini-images-relative {
    background-image: url(../images/film-strip-top@2x.jpg), url(../images/film-strip-bottom@2x.jpeg);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% 21%;
    background-position: top, bottom;
    margin-left: -15px;
    margin-right: -15px;
  }

  .raxus-slider .mini-images li img{
    margin-left: 0;
    height: auto;
    max-width: none;
    margin-top: 20px;
  }

  .raxus-slider .arrow-l{
    left: 0%;
  }

  .raxus-slider .arrow-r{
    right: -3%;
  }

  .alternate .arrow-left{
    left: 0;
  }

  .alternate .arrow-right{
    right: 0;
  }

  .alternate ul{
    height: auto!important;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    white-space:nowrap;
    border-right: 0px;
    border-top: 1px solid white;
  }

  .alternate ul > li{
    display: inline-block;
    max-width: 300px;
    vertical-align: top;
  }

  .alternate ul li img{
    max-width: 95%;
    margin: 0 2.5%;
  }

  .alternate ul{
    background-image: url('../images/film-strip-top@2x.jpg'), url('../images/film-strip-bottom@2x.jpeg');
    background-position: top left, bottom left;
    background-size: 100% auto;
  }

  .embed-responsive-21by9::before{
    padding-top: 55%;
  }

  .alternate .clip-caption{
    margin-bottom: 5%!important;
  }

  .alternate .caption-clip-image{
    margin: 0!important

  }

  .alternate ul li img {
    max-width: 95%;
    margin: 10% 2.5% 1%;
  }

  form.sign-up input{
    width: 60%;
    display: block;
    margin-bottom: 30px;
  }

  .play-button-wrapper{
    margin-top: -40%;
  }

}
