.video-button-block_icon {
  height: 70px;
  width: 70px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(.19,1,.22,1) 0s;
}
.video-button-block_icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 24px;
  width: 24px;
  fill: #fff;
  transform: translate(-46%,-50%);
}
.video-button-btn:hover .video-button-block_icon {
  transform: scale(1.15);
}
.optimzied-video-popup {
  background-repeat: no-repeat !important;  
}

.optimzied-video-popup .play-icon img {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    max-width: 180px !important;
}
 @media (max-width:1024px){
 
    .optimzied-video-popup .play-icon img {
    max-width: 140px!important;
   }
    
}
   
 @media (max-width:767px){
   
   .optimzied-video-popup .play-icon img {
    max-width: 110px!important;
   }
   
}
@media (max-width:991px) and (orientation: landscape) {
  .optimzied-video-popup .mfp-iframe-holder .mfp-close {
    top: 10px;
    text-align: center;
  }
  .optimzied-video-popup .mfp-iframe-holder{
      padding:0px;
  }
  .optimzied-video-popup .mfp-iframe-scaler{
      height: 100vh;
      padding-top: 45.25%;
  }
}