.full-banners .banner.cn-video-aplicado {
  background: #000;
}

.cn-banner-video {
  position: relative;
  width: 105%;
  padding-bottom: 47%;
  overflow: hidden;
  background: #000;
}

.cn-banner-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (max-width: 767px) {
  .cn-banner-video {
    padding-bottom: 100%;
  }

  .cn-banner-video iframe {
    width: 177.77vh;
    height: 100vh;
  }
}