@-ms-viewport {
  width: device-width;
}

@media only screen and (min-device-width: 800px) {
  html {
    overflow: hidden;
  }
}

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #000000;
}

.mfp-bg {
  z-index: 9000;
}

.mfp-wrap {
  z-index: 9001;
}

.mfp-bg {
  background: none;
}

.mfp-iframe-holder .mfp-content {
  max-width: 700px;
  height: 540px;
}

.mfp-iframe-scaler {
  padding-top: 0;
  height: 100%;
}

.mfp-iframe-scaler iframe {
  background: transparent;
  box-shadow: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  background: rgba(22, 41, 71, 0.8);
}

.mfp-close,
.mfp-close {
  opacity: 1;
  color: white;
}

.mfp-close:hover,
.mfp-close:focus {
  color: #4995CE;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  right: 0;
}

@media only screen and (max-width: 700px) {
  .mfp-iframe-holder .mfp-content {
    height: calc(100vh - 80px);
  }
}

