.video-size {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 440px;
}

@media screen and (max-width: 640px) {
  .video-size {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}

.video-view {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.video-view iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .video-view {
    padding-bottom: 36.66%;
  }
}

#video-background {
  background-repeat: no-repeat;
  background-size: cover;
}

.movie-cover {
  position: relative;
}

.movie-cover:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.loader {
  position: relative;
  z-index: 1;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#bx-pager a img {
  max-height: 42px;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #bx-pager a img {
    height: auto;
  }
}

#topContents {
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #topContents {
    overflow: initial;
  }
}
