#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity:0.5 !important;
	top: 0;
left: 0;
}
.cboxIframe {
	width: 100%;
	height: 97%;
 
}
/*#cboxClose {
	position: absolute;
	top: -3.5rem;
	right: 0;
	background: #fff;
	border: 0;
	padding: .5rem 1.5rem;
	box-sizing: border-box;
	border-radius: 2rem;
}*/
#cboxClose span {
    display:block;
    font-size:1rem;
}
.cboxIframe, #cboxWrapper {
	-ms-overflow-style: none;
	overflow: auto;
}