/*
@version 1.0.3
*/

.tv-ad-video-wrapper {
  margin: 20px 0;
}

.tv-ad-video-wrapper .header-section {
  display: flex;
  justify-content: center;
}

.tv-ad-video-wrapper .header-section h1 {
  color: #228288;
  font-size: 21px;
  font-weight: bold;
  margin: 0;
}

.tv-ad-video-wrapper .header-section h1 img {
  margin: 0 15px;
}

.tv-ad-video-wrapper .video {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-radius: 4px;
  overflow: hidden;
}

.tv-ad-video-wrapper .video iframe {
  width: 100%;
  height: 315px;
  display: block;
}

@media(max-width: 425px) {
  .tv-ad-video-wrapper .video iframe {
    height: 240px;
  }
}
