.bloque-video-youtube {
  width: calc(100vw - ((100vw - 1440px) / 2 + 90px) * 2);
  max-width: 800px;
  margin: 80px auto 0;
  min-height: 380px;
}
.bloque-video-youtube .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}
.bloque-video-youtube .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/*# sourceMappingURL=style.css.map */
