
.modal-content {
	/*width: 50% ;*/
	height: 95%;
	margin: 0 ;
	padding: 10px 20px ;
	border: 1px solid #fff ;
	background: #ffdce3 ;
	position: fixed ;
	display: none ;
	z-index: 500 ;
	color: #333;
	overflow: auto;
}
 
#modal-overlay {
	z-index: 499 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #ff335e ;
	text-decoration: non ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #fff ;
}

.modal-content img {
	width: 95%;
}

@media only screen and (max-width: 768px) {
.modal-content {
	width: 80% ;
	height: auto;
	margin: 0 ;
	padding: 10px 20px ;
	border: 1px solid #fff ;
	background: #ffdce3 ;
	position: fixed ;
	display: none ;
	z-index: 500 ;
	color: #333;
}
  
#modal-overlay {
	z-index: 499 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #ff335e ;
	text-decoration: non ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #fff ;
}

.modal-content img {
	width: 95%;
}

}