
[data-modal-youtube]:hover {
	opacity: .8;
}

.modal-container {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 16;
}

.modal-dialog {
	position: absolute;
	width: 640px;
	height: 360px;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -180px;
	background-color: #fff;
	z-index: 1;
}

.modal-button-close {
	position: absolute;
	right: 0;
	top: -48px;
	display: block;
	width: 32px;
	height: 32px;
	font-size: 32px;
	font-weight: normal;
	color: #666;
	cursor: pointer;
}

.modal-button-close:hover {
	color: #fff;
}

.modal-button-close:before {
	content: "\2715";
}
