.ts-row-video-parallax {
    height: auto !important;
}

.ts-row-video-parallax .ts-parallax-video {
    z-index: -1 !important;
    width:100%;
      height:auto;
      /*background:transparent no-repeat 0 0 !important;*/
      background: no-repeat;
      -webkit-background-size:cover;
      -moz-background-size:cover;
      -o-background-size:cover;
      background-size:cover;
      background-attachment: scroll;
}
