.atg-video-section {
  background-color: #d8f2f8;
}
.atg-video-content {
  width: clamp(1280px, calc(646.202px + 41.344vw), 1440px);
  background-color: #ffffff;
  align-items: center;
  border-radius: var(--radius);
  overflow: hidden;
  padding-top: clamp(1.75rem, 3vw, 2.75rem);
  padding-right: clamp(1.75rem, 3vw, 2.75rem);
  padding-bottom: clamp(1.75rem, 3vw, 2.75rem);
  padding-left: clamp(1.75rem, 3vw, 2.75rem);
  border-radius: 3px;
  box-shadow: 0 20px 45px #0e1a2724;
}
.atg-video-play {
  max-width: 960px;
  
}
button.vjs-big-play-button.play-button-circle {
  background-color: #00b4da !important;
}

@media (max-width: 1532px) {
.atg-video-content {
  width: clamp(768px, calc(-93.702px + 89.667vw), 1280px);
}

@media (max-width: 767px) {
.atg-video-content {
  width: 100%;
}
}
