body {
  overflow-x: hidden !important;
  background: black;
}
.main {
  overflow-x: hidden !important;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
.copy a,
.copy a:visited {
  color: white;
  text-decoration: underline !important;
}
.copy a:hover {
  text-decoration: none !important;
}
.headerImage {
  max-width: 100vw;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 26vw;
}
@media (max-width: 600px) {
  .headerImage {
    margin-bottom: 60vw;
  }
}
.headerImage img {
  max-width: 100%;
}
.headerImage .prizeImage {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 50vw;
}
@media (max-width: 500px) {
  .headerImage .prizeImage {
    width: 90vw;
  }
}
.headerImage .gif {
  min-width: 600px;
}
.copy {
  margin: 0 auto;
  text-align: center;
  color: white;
  width: 1200px;
  max-width: 96%;
  margin-bottom: 140px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-family: "Helvetica";
}
@media (max-width: 600px) {
  .copy {
    font-size: 12px;
    line-height: 1.5;
    width: 95%;
    margin-bottom: 100px;
  }
}
.copy .title {
  font-size: 40px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .copy .title {
    font-size: 18px;
  }
}
.copy .text {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .copy .text {
    margin-bottom: 30px;
  }
}
.copy .legal {
  font-size: 10px;
}
@media (max-width: 600px) {
  .copy .legal {
    font-size: 8px;
  }
}
