/* video-popup close button — minimal generic restore */
.vp-close,.video-popup-close,.mfp-close{
  position:absolute;top:8px;right:8px;width:36px;height:36px;
  line-height:36px;text-align:center;cursor:pointer;
  color:#fff;font-size:26px;font-weight:700;opacity:.85;
  background:rgba(0,0,0,.5);border-radius:50%;z-index:1100;
}
.vp-close:hover,.video-popup-close:hover,.mfp-close:hover{opacity:1;}
