.modal{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #00000080;
	height: 100%;
	width: 100%;
	display: none;
	align-items: center;
	justify-content: center;
}
.modal--content{
	position: relative;
	height: 75vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: unset;
	background: #fff;
	padding: 30px;
	overflow-y: scroll;
}
.modal--content h2{
	font-size: 12px;
	padding: 0;
}
.modal--content > h2{
	margin: 0 0 .75rem 0;
}
.modal--content ul {
	margin: 0 0 1rem 0;
}
.modal--content li {
	line-height: 1.5rem;
	padding: 0;
}
.modal--content span{
	position: absolute;
	top: 2%;
	right: 4%;
	cursor: pointer;
}

@media all and (max-width:760px) {
	#wowslider-container1 .ws_fullscreen {
		display: block;
	}
}
@media all and (max-width:400px){
	#wowslider-container1 .ws_controls,
	#wowslider-container1 .ws_bullets,
	#wowslider-container1 .ws_thumbs{
		display: none
	}
}


@media (min-width: 576px) {
	.modal--content{
		height: auto;
	}
}

@media (min-width: 768px) {
	.modal--content h2{
		font-size: 13px;
	}
	.modal--content{
    width: 90%;
	}
	.modal--content{
		padding: 65px 65px;
	}
	.modal--content > h2{
		margin: 0 0 1rem 0;
	}
	.modal--content{
		height: auto;
		overflow-y: unset;
		padding: 40px;
	}
}
@media (min-width: 1070px) {
	.modal--content{
		justify-content: center;
		overflow-y: unset;
		width: 80%;
	}
	
}



@media all and (max-width:800px) {

.modal--content h2{
	font-size: 14px;
	padding: 0;
} 
 }
 body {
    text-align: center;
} 
}