.hl-modal {
	display: none;
	position: fixed;
	z-index: 100000000000000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
	padding-top: 72px;
}

.hl-modal-content {
	background-color: #fefefe;
	margin: auto auto;
	padding: 0 20px 10px 20px;
	border: 0px solid #888;
	width: 95%;
	max-width: 650px;
	border-radius: 12px;
	height: 67%;
}
@media (max-width: 814px) {
	.hl-modal-content {
		width: 85%;
		max-width: 783px;
		height: 800px;
	}
}
.hl-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -38px;
}
.hl-close:hover, .hl-close:focus {
	color: #ef5a00;
	text-decoration: none;
	cursor: pointer;
}
#hl-modal-iframe {
    width: 100%;
    height: 100%;
    border: none;
}