/* >> Youtube Video Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


.videoWrapper__youtube__container .play {position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 50px;
  @media #{$mq-iPad_land}{width: 80px}
}

.videoWrapper__youtube{
  @extend %clearFix; width: 100%; margin: 0 0 0 0; z-index: 2;
  .videoWrapper__youtube__container{
    @extend %clearFix;
    height: 0; overflow: hidden; padding-bottom: 54%; /*Video magassaga*/ position: relative;
    .overlay /*scroll disable in iframe*/ {
      background:transparent; position:absolute; bottom: 0; z-index: 10; width:100%; height:100%; /* your iframe height */  margin-top:-100%;  /* your iframe height */
    }
    iframe, object, embed{
      position: absolute; left: 0; top: 0; width: 100%; height: 100%;
    }
    iframe.clicked{
      pointer-events: auto;
    }
  }
  .video_img{background-size: cover;
    background-position: center center;}
}