#site-ad-video-poster {
  cursor: default;
}

body, html {
  height: 100%;
}

.end-page-wrapper {
  width: 100%;
  height: 34.34vw;
  overflow: hidden;
}

.end-page-bg {
  width: 100%;
  height: auto;
}

.end-page-replay-btn {
  position: absolute;
  top: 5vh;
  left: 5vh;
  width: 10vw;
  cursor: pointer;
}

.end-page-cta {
  position: absolute;
  top: 18vw;
  left: 48vw;
  width: 13vw;
  cursor: pointer;
}

.wrapper {
  position: relative;
  background-color: black;
  height: 100%;
  cursor: pointer;
}

.intro-info {
  height: 100%;
  width: 39vw;
  position: relative;
  float: right;
  background-color: white;
  text-align: center;
}

.intro-info-background {
  height: 100%;
  display: block;
}

.intro-info-cta {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 27vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.intro-video {
  width: auto;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.intro-video video {
  width: 100%;
}

.intro-video #poster-image {
  width: 100%;
}

#site-ad-video-poster-z {
  position: absolute;
  z-index: 100;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
}

#site-ad-video-poster-z .show-after-video {
  display: none;
}

.fullscreen-btn {
  display: none;
}

.pause-btn, .play-btn {
  right: calc(50% - 50px);
}

.discover-title {
  margin-top: 2vw;
  font-size: 2.4vw;
  font-family: 'Meta', sans-serif;
  font-weight: bold;
  color: rgb(30, 43, 78);
  line-height: 1.10;
  margin-bottom: 1vw;
}

.discover-title sup {
  font-size: 0.8vw;
  vertical-align: 1vw;
  margin-right: -2px;
}

.discover-subtitle {
  font-size: 1.15vw;
  line-height: 1.6vw;
  font-family: 'Meta', sans-serif;
  color: rgb(30, 43, 78);
}

.discover-note {
  font-size: 0.8vw;
  font-family: 'Meta', sans-serif;
  color: rgb(30, 43, 78);
  line-height: 1.25;
}

.discover-note sup {
  font-size: 0.3vw;
  vertical-align: 0.4vw;
}

.discover-card {
  display: block;
  margin: 0 auto;
  margin-top: 3vw;
  width: 20vw;
  padding-left: 6.5vw;
}

.discover-button {
  width: 10vw;
  margin-top: 10px;
  margin-bottom: 0.2vw;
  margin-top: 3vw;
}

.end-frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
