body,body * {border: 0;outline: 0;padding: 0;margin: 0;}
img { border: 0 }
button, div, img, svg, video { position: absolute }

#main_content {
  position: absolute;
  top: -1px;
  left: -1px;
}

/* SetBannerSize */
#default_exit,
#main_content,
#main_container {
  width: 970px;
  height: 250px;
}

#main_container {
  position: absolute;
  background-color: #000;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#main_container:hover .CTA {
  filter: invert(100%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#default_exit {
  top: 0px;
  left: 0px;
}

.btn {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 200;
}

/* All Assets */

.accolade1,
.accolade2,
.accolade3,
.accoladeAll,
.Lozenge,
.Logo,
.FrameOuter,
.BG,
.CTA,
.Legals,
.IntroTexture,
.Frame
{
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  perspective: 1000px;
}

/* Preload Opacity */
.BG,
.Glow,
.accolade1,
.accolade2,
.accolade3,
.CTA,
.Logo,
.Legals
 {
  opacity: 0;
}


.Logo{

  opacity: 1;
  scale: .8;}




/* Everything below controls the shine effect */
.wrap {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* Controls shape of polygon*/
  clip-path: polygon(0% 0%, 0% 100%, 1.5% 100%, 1.5% 6%, 98.7% 6%, 98.7% 94.6%, 1.5% 94.6%, 1.5% 100%, 100% 100%, 100% 0)
}

.wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wrap:before {
  content: "";
  z-index: 10;
  position: absolute;
  height: 200%;
  width: 200%;
  top: -120%;
  left: -120%;
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.1) 55%, transparent 100%);
  transition: all 2s;
  transform: rotate(-45deg);
  animation: shine 30s infinite forwards;
  animation-iteration-count: 1;
  animation-delay: 0.8s;
  transition-timing-function: ease-out;
}

@keyframes shine {
  0% {
    top: -120%;
    left: -120%;
  }

  10% {
    left: 100%;
    top: 100%;
  }

  20% {
    left: 100%;
    top: 100%;
  }

  100% {
    left: 100%;
    top: 100%;
  }
}

:focus {
  outline: 0
}

::-moz-focus-inner {
  border: 0
}

