/* Add ad specific styles below */
.paramount-bleed {
  box-sizing: border-box;
}

.paramount-safe {
  z-index: -2;
}

/* Outer Container ============================================================ */
.outer-container {
  background: #fff9ff;
  bottom: 0;
  color: rgb(0, 0, 0);
  font-family: Helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 1.2;
  margin: auto;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* Click Cover ========================================================== */
.click-cover {
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 9;
}

/* Background ================================================================ */
.background {
  background-color: rgb(255,255,255);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s;
  width: 100%;
  z-index: 0;
}
.device-phone .background {
  background-image: url(https://www.gannett-cdn.com/ads/adsolutions/2024/02/pga/paramount/images/background-portrait-2.jpg);
}

/* Overlay ================================================================ */
.overlay {
  background-color: rgb(255,255,255);
  background-image: url(https://www.gannett-cdn.com/ads/adsolutions/2024/02/pga/paramount/images/overlay-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -2%;
  display: block;
  height: 25%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.device-phone .overlay {
  display: none;
}

/* Video ================================================================ */
.video-player-container {
  background:rgb(0, 0, 0);
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.size-21By9 .video-player-container {
  height: 99%;
}
.device-phone .video-player-container {
  border: none;
  height: 48%;
}

.video-player {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute !important;
  top: 0;
  width: 100%;
}

.video-poster {
  background-image: url(https://www.gannett-cdn.com/ads/adsolutions/2024/02/pga/paramount/images/video-poster.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 76%;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s;
  width: 100%;
  z-index: 1;
}
.size-21By9 .video-poster {
  background-image: url(https://www.gannett-cdn.com/ads/adsolutions/2024/02/pga/paramount/images/video-poster-21x9.jpg);
  background-size: 100%;
}
.device-phone .video-poster {
  background-size: 100%;
}

.video-controls {
  bottom: auto;
  left: 15%;
  position: absolute;
  top: 25px;
  z-index: 10;
}
.size-21By9 .video-controls {
  left: 25px;
}
.device-phone .video-controls {
  left: 15px;
  top: 15px;
}

.video {
  object-fit: contain !important;
}
.size-21By9 .video {
  object-fit: cover !important;
}
.device-phone .video {
  object-fit: cover !important;
}

/* Common ================================================================ */
.fade {
  opacity: 0;
}
