
.vooPopup-trigger {
  display: inline-block;
}

.vooPopup-trigger:hover {
  cursor: pointer !important;
  opacity: .8 !important;
}

.vooPopup-trigger img, .vooPopup-trigger div, .vooPopup-trigger span {
  pointer-events: none !important;
}

.vooPopup-active {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:999;
  background: rgba(0,0,0,.75);
}
.vooPopup-active .voo-id {
  position:absolute;
  width: 70%;
  left:50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 39.4%;
}
.vooPopup-fullScreen .voo-id{
  width: 100%;
  height: 100%;
  padding-bottom: 0%;
}
.vooPopup-active .vooplayer {
  display:block !important;
  position:absolute;
  width:1px !important;
  min-width: 100% !important;
  height:100% !important;
  box-shadow: 0 0 25px rgba(0,0,0,.5);
}

@media screen and (max-width:620px) {
  .vooPopup-active .voo-id {
    width: 90%;
    padding-bottom: 50.9%;
  }
  .vooPopup-fullScreen .voo-id{
    width: 100%;
    height: 100%;
    padding-bottom: 0%;
  }
}

.vooPopup-container .vjs-control.vjs-close-control {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 99;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50%;
  color: white;
  font-family: monospace;
}


.videoPopup-trigger {
    display: inline-block;
}

.videoPopup-trigger:hover {
    cursor: pointer !important;
    opacity: .8 !important;
}

.videoPopup-trigger img, .videoPopup-trigger div, .videoPopup-trigger span {
    pointer-events: none !important;
}

.videoPopup-active {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:999;
    background: rgba(0,0,0,.75);
}
.videoPopup-active .video-id {
    position:absolute;
    width: 70%;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 39.4%;
}
.videoPopup-fullScreen .video-id{
    width: 100%;
    height: 100%;
    padding-bottom: 0%;
}
.videoPopup-active .videoPlayer {
    display:block !important;
    position:absolute;
    width:1px !important;
    min-width: 100% !important;
    height:100% !important;
    box-shadow: 0 0 25px rgba(0,0,0,.5);
}

@media screen and (max-width:620px) {
    .videoPopup-active .video-id {
        width: 90%;
        padding-bottom: 50.9%;
    }
    .videoPopup-fullScreen .video-id {
        width: 100%;
        height: 100%;
        padding-bottom: 0%;
    }
}

.videoPopup-container .vjs-control.vjs-close-control {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 99;
    font-size: 18px;
    padding: 0px 12px;
    font-weight: 600;
    border-radius: 50%;
    background-color: #000000a6;
    color: white;
}
