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

#modal-content {
	width: 50% ;
	max-width: 710px;
	margin: 0 ;
	padding: 10px 20px ;
	position: fixed ;
	display: none ;
	z-index: 99991 ;
	text-align: center;
}
#modal-content img{
	max-width: 100%;
	border-radius: 20px;
	max-height: 90vh;
}


@media screen and (max-width: 960px) {
	#modal-content {
		width: 80%;
	}
	#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.75 ) ;
}

.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 ;
}