@media screen and (max-width: 767px){

  html{
    overflow-y: auto;
    overflow-x: hidden; 
  }

  body{
    background-size: cover;
    background-color: black;
    max-height: 100%;
    background-position: bottom;
  }

  .smk-watch-button{
    padding: 10px 20px 10px 20px;
  }

  .navbar-light .navbar-toggler{
    color: white;
    border-color: white;
  }

  .navbar-light .navbar-toggler-icon{
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    margin-right: -15px;
  }

  header{
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #player{
    min-height: 700px;
  }

  #player .mini-images li {
      width: 200px;
      height: 100px;
  }

  .black-tint{
    position: fixed;
  }

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

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

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

  .clips-title{
    display: none;
  }

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

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

  .vertical-helper{
    height: 95%;
  }

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

  .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: 140% auto, 140% auto;
    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, .raxus-slider .arrow-r{
    display: none;
  }

  .slide .content{
    margin-left: 0!important;
    margin-right: 0!important;
  }

  .no-style .content{
    margin-right: 0!important;
    max-width: 100%;
  }

  .slide h1{
    font-size: 1.625rem;
  }

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

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

  .alternate .about .content{
    max-width: 100%;
  }

  .alternate .about{
    padding-top: 15px;
    padding-bottom: 100px;
  }

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

  .alternate .about{
    padding-left: 0;
    padding-right: 0;
  }

  #states-item h1{
    font-size: 2rem;
  }

  #states-item .quote p{
    font-size: 2rem;
  }

  #states-item footer{
    background-color: transparent;
    margin: 0;
    padding-left: 15px;
  }

  .backpage .page-title{
    font-size: 3rem;
  }

}

@media screen and (max-width: 767px) and (orientation: portrait ){
  .embed-responsive-21by9::before{
    padding-top: 55%;
  }

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