body {
  min-width: 1024px;
  overflow-x: hidden;
  overflow-y: visible;
}

header {
  min-width: 1024px;
}

header {
  background: rgba(255,255,255,0);
  color: #fff;

  -webkit-transition: background 0.25s ease, color 0.25s ease;
     -moz-transition: background 0.25s ease, color 0.25s ease;
          transition: background 0.25s ease, color 0.25s ease;

}

section,
section .bg,
section.other .v-center,
section.mh-other .v-center {
  min-width: 1024px;
}

header {
  opacity: 0;
}

.video-positioner {
  min-width: 1024px;
}

.supertrack-positioner {
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  min-width: 1024px;
}

.preloader-wrap {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  position:absolute;
  height: 100vh;
  z-index:2;
}

.preloader {
  position:absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform:    translateY(-50%) translateX(-50%);
  -ms-transform:     translateY(-50%) translateX(-50%);
  -o-transform:      translateY(-50%) translateX(-50%);
  transform:         translateY(-50%) translateX(-50%);
}

@media screen and (max-device-width: 1024px) and (max-width: 1024px) {
  body {
    overflow-x: visible;
  }

  body,
  section,
  section .bg,
  section.other .v-center,
  section.mh-other .v-center,
  .video-positioner,
  .supertrack-positioner {
    min-width: 0px;
  }

  header {
    min-width: 0;
  }
}