@charset "UTF-8";

.modal-content {
	width: 440px ;
	margin: 0 ;
	padding: 60px 60px 20px ;
	background-color: rgba( 0,0,0, 0.9 ) ;
	position: fixed ;
	display: none ;
	z-index: 103;
}
  
#modal-overlay {
	z-index: 102;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
@media only screen and (max-width: 440px) {
	.modal-content {
		width: 310px ;
		padding: 30px 60px 0 ;
}
	.modal-content .more { margin: 0 0 20px !important}
@media only screen and (max-width: 320px) {
	.modal-content {
		width: 280px ;
		padding: 30px 50px 0 ;
}
}
