.video-background {
  position: relative;
  background: transparent !important;
  background-image: transparent !important;
}
.video-background .video-container {
  position: absolute;
}
.video-background .video-container .fillItUp {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
.video-background .video-container {
  top: 0%;
  width: 100%;
  overflow: hidden;
  z-index: -2;
}
.video-background .video-fallback {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -2;
  background: url(../images/header-video.jpg) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 480px) {
  .video-container {
    display: none;
  }
}
