.iframe-area {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 40px;
  padding-top: 48%; /* 1400x672 Aspect Ratio */
}

.iframe-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sk-promo-slot-image-full {
  height: 315px !important;
}

.sk-promo-slot-image-full--contain {
  -o-object-fit: contain;
  object-fit: contain;
}