#wm-video-popup {
  display: none;
  overflow-y: auto;
  z-index: 99999999;
}
#wm-video-popup .pop-body {
  background-color: transparent !important;
  border-radius: 0px !important;
  padding: 0px !important;
}
#wm-video-popup .pop-body .pop-header {
  background-color: transparent;
  position: relative;
  font-size: 20px;
  font-weight: 100;
  padding: 0px !important;
}
#wm-video-popup .pop-body .pop-header:after {
  display: none;
}
#wm-video-popup .pop-body iframe {
  display: block !important;
}
#wm-video-popup .pop-body .pop-header .pop-close {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 12px;
  top: -28px !important;
  right: -19px;
}
#wm-video-popup .pop-body .video-disclaimer {
  font-family: poppins;
  font-size: 11px;
  color: #ffffff;
  padding: 10px;
}
#wm-video-popup .pop-body .video-disclaimer a {
  color: #7dd3ff;
}
#wm-video-popup .pop-body .video-disclaimer p {
  margin: 0;
  line-height: 17px;
}
@media (min-width: 1200px) {
    #wm-video-popup .pop-body iframe{
        min-height: 405px;
    }
}
@media (max-width: 768px) {
  #wm-video-popup .pop-close {
    right: -21px;
    top: -40px;
  }
  #wm-video-popup .wm-video-iframe {
    width: 100%;
  }
}
