.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.3);
  z-index: 1001;
}
.popup .content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  padding: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
@media (max-width: 375px) {
  .popup .content {
    padding: 30px/2;
  }
}
.popup .content .title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
}
#hxl-preview-popup.popup .content {
  background-color: #fff;
  width: 1260px;
  padding: 0;
}
#hxl-preview-popup.popup .content .header-row {
  background-color: #007CE0;
  margin-left: 0;
  margin-right: 0;
}
#hxl-preview-popup.popup .content .header-row .title {
  color: #fff;
}
#hxl-preview-popup.popup .content .header-row .pull-right {
  padding-top: 13px;
}
#hxl-preview-popup.popup .content .header-row .close {
  color: #fff;
  opacity: 1;
}
#hxl-preview-popup.popup .content .hxl-description {
  padding: 15px 15px 6px 15px;
  line-height: 20px;
  border-bottom: 1px solid #eeeeee;
}
#hxl-preview-popup.popup iframe {
  height: 700px;
}
@media (max-height: 800px) {
  #hxl-preview-popup.popup iframe {
    height: 500px;
  }
}
