.popup, .popup_content, .popup-demo {
    width:100%;
    height:100%;
}

.popup_cont {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.popup_back {
  height: 100% !important;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.popup_cont {
  opacity: 1;
  left: 20%;
  top: 30px;
  position: fixed;
  z-index: 101;
}

.popup_cont img {
  height: 80vh;
  width: auto;
}

.preloader {
  z-index: 101;
}
.popup_back {
  cursor: pointer;
  background-color: #222;
  z-index: 11;
}

#snagr-intro-video {
  width: 80vw;
}

#popup-contact {
  width: 50vw;
  background: #fff;
  padding: 25px;
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px #222;
  padding: 20px 40px;
  max-height: 80vh;
  overflow: scroll;
}

#popup-contact > h2 {
  margin-top:20px;
}

#popup-youtube {
  width: 65vw;
}

.preloader {
  left: 50%;
  margin: -10px 0 0 -25px;
  position: fixed;
  top: 50%;
}

.image-half {
  float: right;
}

#btn-video {
  border: 1px solid white;
  margin-right: 10px;
  padding: 7px 10px;
}

#form_projects {
  font-family: inherit;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  font-size: 15px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

@media screen and (max-width: 767px) {
#popup-contact {
    width: 90vw;
  }
}