.video-spotlight-optimized {
  --video--width: 2180;
  --video--height: 1226.25;

  position: relative;
  padding-bottom: calc(var(--video--height)/ var(--video--width) * 100%);
  overflow: hidden;
  max-width: 80%;
  margin: 0 auto;
  background: transparent;
  cursor: pointer;
}

.video-spotlight-optimized iframe,
.video-spotlight-optimized object,
.video-spotlight-optimized embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Video C2P - mobile only*/
#VideoAcqPopupContainer {
  display: none;
  height: 80%;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}

#vidContainer {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#vidContainer iframe {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
}

#athletaOverlayVideoPopup {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0.85;
}

#VideoAcqPopupClose {
  width: 30px;
  height: 30px;
  background-image: url(/Asset_Archive/ATWeb/content/0011/042/262/assets/close.png);
  position: fixed;
  top: 1.5rem;
  right: 1rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .video-spotlight-optimized {
    /* padding-bottom: calc(var(--video--height)/ var(--video--width) * 100%); */
    /* max-width: 90%; */
    padding-bottom: 137%;
  }
}

@media screen and (max-width: 420px) {}