.white-popup {
  position: relative;
  width:auto;
  max-width: 80%;
  margin: 0 auto; 
}
video{
  width:100%;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }


.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }


.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-preloader {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close{
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  z-index: 1046;
  box-shadow: none;
 }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius:50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 32px;
  top: 32px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding:16px;
   }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
 
.mfp-close:before{
  content:'';
  background-image:url(../images/cross.svg);
  width:40px;
  height:40px;
  background-size:40px 40px;
  display: inline-block;
}
.mfp-close-btn-in .mfp-close {
  color: transparent; }

  
/* .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out; 
    transform: scale(0.8); 
  } */
 .mfp-bg {
    opacity: 0;
	  transition: all 0.3s ease-out;
  }
   /* animate in */
 
  .popup-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); 
  }
 .popup-ready .mfp-bg {
    opacity: 0.8;
  }

.popup-removing .mfp-with-anim {
    transform: scale(0.8); 
    opacity: 0;
  }
  .popup-removing .mfp-bg {
    opacity: 0;
  }
  .mfp-zoom-in.popup-ready.mfp-bg {
    opacity: 0.8;
}

 .mfp-bg {
    opacity: 0;
	  transition: all 0.3s ease-out;
  }
   /* animate in */
 
  .popup-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); 
  }
 .popup-ready .mfp-bg {
    opacity: 0.8;
  }

.popup-removing .mfp-with-anim {
    transform: scale(0.8); 
    opacity: 0;
  }
  .popup-removing .mfp-bg {
    opacity: 0;
  }
