/* Site-specific video popup additions. Load after magnific-popup.css. */
.video-popup-test {
  max-width: 520px;
  margin: 40px auto;
  padding: 24px;
  border: 1px solid #d8d8d8;
  background: #f7f7f7;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.video-popup-test a {
  color: #0645ad;
}


