.cw-modal-noscroll {
	overflow: hidden;
}
.cw-modal-backdrop {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.6;
	z-index: 99999;
}
.cw-modal-container {
	display: none;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	position: fixed;
	background: #fff;
	border: 1px solid #555;
	box-shadow: 2px 2px 40px #222;
	z-index: 999999;
}
.cw-modal-container iframe {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	border: none;
	top: 0;
	left: 0;
}
.cw-modal-dismiss-button {
	background: #fff;
	z-index: 9999999;
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 50px;
	text-align: center;
	width: 32px;
	padding: 6px 0 5px;
	-webkit-appearance: none;
	cursor: pointer;
	font-size: 21px;
	font-weight: 700;
	color: #999;
	text-shadow: 0 1px 0 #fff;
	border: 0;
	line-height: 21px;
}
.cw-modal-dismiss-button:hover {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}