.wrapper-ads-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 64px;
}

.ads-banner-inner {
    position: relative;
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
}

.ads-banner-inner img {
    width: 100%;
    object-fit: cover;
}

.ads-banner-section {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow: hidden;
}

.ads-d-img,
.ads-m-img,
.ads-d-video,
.ads-m-video {
    display: none;
}

.ads-banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 64px;
}

.ads-banner-container .ads-banner-txt {
    color: #fff;
    text-align: center;
    font-family: "Paramount Vista Sans";
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    word-break: break-word;
}

.ads-banner-container .ads-banner-largeTxt {
    font-size: 304px;
}

.ads-banner-container .ads-banner-mediumTxt {
    font-size: 160px;
}

.ads-banner-container .ads-banner-smallTxt {
    font-size: 112px;
}

.wrapper-ads-banner .responsive-video{
    object-position: center;
    object-fit: cover;
}

.wrapper-ads-banner .dark-effect{
    position: relative;
}


.wrapper-ads-banner  .dark-effect:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg,rgba(0,10,60,0.4),rgba(0,10,60,0.4));
    z-index: 1;
}

.ads-banner-inner img.no-rendition{
      aspect-ratio: auto !important;
}
/*** Video Controls CSS ***/
.adSalesVid-video-container {
  width: 100%;
}

.adSalesVid-controls-wrapper {
  height: 80px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(360deg, rgba(0, 10, 60, 0.80) 0%, rgba(0, 10, 60, 0.00) 100%) no-repeat;
  /*linear-gradient(360deg, rgb(152 169 251 / 80%) 0%, rgba(0, 10, 60, 0.00) 100%) no-repeat;*/
}

.adSalesVid-video-controls {
  width: 100%;
  height: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  padding-inline: 50px;
  transition: opacity 0.35s;
  box-sizing: border-box;
}

.hide {
  visibility: hidden;
  opacity: 0;
}

.show {
  visibility: inherit;
  opacity: 1;
}

.adSalesVid-play-pause-wrapper {
  display: flex;
}

.adSalesVid-play-pause {
  color: #7feaed;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
  height: 40px;
  width: 40px;
  background: transparent;
  border: none;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  padding: 0;
  border-radius: 50%;
}

.adSalesVid-play-pause:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.adSalesVid-play-pause .icon {
  color: #fff;
  height: 50%;
  width: 50%;
  position: absolute;
  outline: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.adSalesVid-play-pause .icon.play svg,
.adSalesVid-play-pause .icon.pause svg {
  fill: #fff;
}

.adSalesVid-play-pause .icon.play.active-btn svg,
.adSalesVid-play-pause .icon.pause.active-btn svg {
  fill: red;
}

.adSalesVid-play-pause .icon svg {
  height: auto;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  max-width: 2rem;
  max-height: 2rem;
}

.adSalesVid-progress-wrapper {
  height: 1.6rem;
  width: 100%;
}

.adSalesVid-progress-wrapper .adSalesVid-progress {
  height: 4px;
  width: 100%;
  position: relative;
  background-color: #e9ecef;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.adSalesVid-progress-wrapper .adSalesVid-progress .adSalesVid-internal-progress {
  background-color: #1475ff;
  position: absolute;
  top: 0;
  left: 0;
  outline: thin solid #1475ff;
  height: 100%;
  width: 0px;
}

@media (min-width: 1025px) {
  .adSalesVid-play-pause .icon.pause:hover svg {
    fill: #1475ff;
  }

  .adSalesVid-play-pause .icon.play:hover svg {
    fill: #1475ff;
  }
}

@media (max-width: 991px) {
  .adSalesVid-controls-wrapper {
    padding-left: 10px;
    padding-right: 20px;
    max-width: 145rem;
  }

  .adSalesVid-video-container.playIconRight {
    margin-right: 0;
  }

  .adSalesVid-video-controls {
    padding-inline: 0px;
  }
}

/*** Video Controls CSS ***/
@media (min-width: 768px) {
    .ads-d-img,
    .ads-d-video {
        display: inline-block;
    }

    .ads-banner-inner img,
    .ads-banner-inner video {
        aspect-ratio: 16/9;
        width: 100%;
    }

    .ads-video-container{
      display: flex;
      aspect-ratio: 16/9;
      width: 100%;
    }

    .ads-video-container video{
      display: flex;
    }
}


@media (min-width:1025px){
   .wrapper-ads-banner .ads-d-video article{
      background-color: #000;
      width: 100%;
      height: 100%;
   }
}

@media (min-width:1025px) and (max-width:1220px){
  .ads-banner-container{
        padding: 32px;
    }
}

@media (max-width:1024px) {
  .wrapper-ads-banner {
    margin-bottom: 32px;
  }

    .ads-banner-container{
        padding: 32px;
    }
    .ads-banner-container .ads-banner-largeTxt {
        font-size: 144px;
    }

    .ads-banner-container .ads-banner-mediumTxt {
        font-size: 96px;
    }

    .ads-banner-container .ads-banner-smallTxt {
        font-size: 72px;
    }


    .ads-banner-inner video{
        background-color: #000;
        object-fit: contain;
    }



}

@media (max-width:767px) {
  .ads-banner-container{
        padding: 26px;
  }
   .ads-banner-inner img,
    .ads-banner-inner video {
        aspect-ratio: 9/16;
    }
    .ads-m-img,
    .ads-m-video {
        display: inline-block;
    }

    .ads-video-container{
      display: flex;
      aspect-ratio: 9/16;
      width: 100%;
    }
    .ads-video-container video{
      display: flex;
    }

}
