@charset "utf-8";
/* CSS Document */

#modal-content {
	width: 760px ;
	min-width: 600px;
	margin: 0 ;
	top:25vh !important;
	position: fixed ;
	display: none ;
	z-index: 99991 ;
	text-align: center;
}
#modal-content img{
	max-width: 100%;
	/*border-radius: 20px;*/
	height: auto;
}


@media screen and (max-width: 750px) {
	#modal-content {
		width: 310px;
		min-width: auto;
	}
	#modal-content img{
		/*border-radius: 10px;*/
	}
}


  
#modal-overlay {
	z-index: 99990 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.85 ) ;
}

.button-link {
	color: #fff ;
	text-decoration: none;
	margin-top: 0.1em;
    /*display: block;*/
	font-size: 36px;
	/*position: absolute;
	right: -10px;
	top: -10px;*/
}
 
.button-link:hover {
	cursor: pointer ;
	color: #fff ;
}