.thank-you {
  max-width: 130.6rem;
  margin: 42rem auto 31.6rem;
  text-align: center;
}
.thank-you img,
.thank-you video {
  width: 44rem;
  margin-bottom: 6.8rem;
}
.thank-you h2 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #0D4167;
}
.player-wrap {
  position: relative;
}
.player-wrap #play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9rem;
  height: 9rem;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 980px) and (orientation: portrait) {
  .thank-you {
    margin: 26.5rem auto 5.7rem;
  }
  .thank-you img {
    width: 35.1rem;
    margin-bottom: 4.9rem;
  }
}
/*# sourceMappingURL=thank-you.css.map */