  
@media only screen and (min-width: 40.063em) {
	span.no-break {
		display: inline-block;
	}
	
.reveal-modal-bg {
	background: rgba(0, 0, 0, 0.85);
}

.reveal-modal {
	padding: 0;
	border: 5px solid #333;
	border-radius: 0.4rem;
	background-color: #333;
}
@media only screen and (max-width: 40em) {
	.reveal-modal {
		min-height: 0;
		margin-top: 4rem;
	}
}
.reveal-modal .flex-video {
	margin-bottom: 0;
	border-radius: 0.3rem;
}
.reveal-modal .close-reveal-modal {
	top: -1rem;
	right: -3rem;
	color: #fff;
}
@media only screen and (max-width: 40em) {
	.reveal-modal .close-reveal-modal {
		top: -3.5rem;
		right: .5rem;
	}
}
