  .overlay_for_poup iframe{
    border: 0;
    pointer-events: none;
  }
  .videoBox_for_popup {
    position: fixed;
    width: 45%;
    left: 50%;
    top:50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    border-radius: 5px;
  }
  @media(max-width:1025px){
    .videoBox_for_popup {
      position: fixed;
      width: 90%;
      left: 50%;
      top:50%;
      transform: translateY(-50%) translateX(-50%);
      text-align: center;
      border-radius: 5px;
    }
}


.videoBox_for_popup ins div{
  border: 0 !important;
}

  .close {
  line-height: inherit !important;
  border: 1px solid white;
  border-radius: 50%;
  z-index: 999999;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -18px;
  right: -18px;
  display: block;
  /* background: transparent url(images/close.png) no-repeat center center; */
  opacity: 0.8 !important;
  color: white !important;
}
.close:hover {
  opacity: 1;
}

.video-yotube {
  display: block;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
 }

 .video-yotube iframe {
  height: 101%;
  left: -0.5%;
  position: absolute;
  top: -0.5%;
  width: 101%;
 }

.material-icons {
  z-index: 99999;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: white;
  text-decoration: none;
}
/* 
@supports not (-webkit-overflow-scrolling: touch) {

  .material-icons {
    display: none;
  }

} */
