.video-embed-field-provider-youtube{
  height:100%;
  overflow:hidden;
}
.video-embed-field-provider-youtube .iframe-wrapper{
  height:130% !important;
  left:50%;
  min-height:100%;
  min-width:100%;
  position:absolute;
  top:50%;
  transform:translate(-50%, -50%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
  width:130%;
}
@media (max-width:820px){
  .video-embed-field-provider-youtube .iframe-wrapper{
    left:20%;
    top:20%;
    transform:translate(-20%, -20%) rotate(0) skew(0) skewY(0) scaleX(1.3) scaleY(1.3);
  }
}
.video-embed-field-provider-youtube iframe{
  aspect-ratio:16/9;
  height:auto;
  inset:auto;
  position:relative;
  width:100%;
}

@media (max-width:520px){
  .hero-carrusel-1__view iframe{
    height:900px !important;
    width:1500px !important;
  }
}
/*# sourceMappingURL=video-embed-field-provider-youtube.css.map */
