.jquery-modal.blocker {
	z-index: 100;
}

.jquery-modal .modal {
	max-width: 1024px;
	background: transparent;
	box-shadow: 0 0 0;
	border-radius: 0;
	padding: 0;
}

.jquery-modal .modal .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.jquery-modal .modal .iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.modal a.close-modal {display: none;}