iframe[src*="youtu"], iframe[src*="vimeo"],
iframe[data-src*="youtu"], iframe[data-src*="vimeo"] {
   /*width: 100% !important;

   max-width: 1000px;
  height: 562px !important;*/
}
.video_iframeoverlay {
  
  position: absolute;

  /* width: 100% !important;
   max-width: 1000px;
   height: 562px !important;
   position:relative;*/
   /* background-image: linear-gradient(170deg,#1a6b80,#66b8cc); */
   /*background-color: grey;*/

    -webkit-display:flex;
       -moz-display:flex;
        -ms-display:flex;
            display:flex;
    -webkit-flex-direction:column;
       -moz-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-justify-content:center;
       -moz-justify-content:center;
        -ms-justify-content:center;
            justify-content:center; 
    background-image: url("../img/bh_iframe.png");
    width: 100%;
      height: 100%;

}
.video_iframeoverlay p {
   padding: 0 1.5rem;
   text-align: center;
   margin: 0;
   /*z-index: 2;*/
   position:absolute;
}

.video_iframeoverlay a {
  color: #006963;
}

.video_iframeoverlay #unlockiframe {
   background: #006963;
   color: #fff;
   padding: 0.5rem;
   /*border-radius: 0.5rem; 
  
   */
   cursor: pointer;
   display: block;
   margin: 0.5rem auto 0;
   width: 12rem;
   max-width:90%;
   z-index: 2;
}
.video_iframeoverlay #unlockiframe:hover {
   background: #f29524;
}


/* ** FOR WEBINARIS FRAMES ** */ 

.webinaris_iframeoverlay {
  
  position: relative;

  /* width: 100% !important;
   max-width: 1000px;
   height: 562px !important;
   position:relative;*/
   /* background-image: linear-gradient(170deg,#1a6b80,#66b8cc); */
   /*background-color: grey;*/

    -webkit-display:flex;
       -moz-display:flex;
        -ms-display:flex;
            display:flex;
    -webkit-flex-direction:column;
       -moz-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-justify-content:center;
       -moz-justify-content:center;
        -ms-justify-content:center;
            justify-content:center; 
    background-image: url("../img/bh_iframe.png");
    width: 100%;
      height: 100%;

}
.webinaris_iframeoverlay p {
   padding: 0 1.5rem;
   text-align: center;
   margin: 0;
   /*z-index: 2;*/
   position:absolute;
}

.webinaris_iframeoverlay a {
  color: #006963;
}

.webinaris_iframeoverlay #unlockiframe {
   background: #006963;
   color: #fff;
   padding: 0.5rem;
   /*border-radius: 0.5rem; 
  
   */
   cursor: pointer;
   display: block;
   margin: 0.5rem auto 0;
   width: 12rem;
   max-width:90%;
   z-index: 2;
}
.webinaris_iframeoverlay #unlockiframe:hover {
   background: #f29524;
}



