@charset "UTF-8" ;


.item-Trigger{
	width:40%;
	float:left;
	margin:3%;
	padding:2%;
}


.modal-content {
	width: 60%;
	max-height:90%;
	left: 20%;
	top: 5%;
	margin: 0 ;
	border: 2px solid #aaa ;
	position: fixed ;
	display: none ;
	z-index: 1000 ;
	text-align:center;
	overflow: auto;
}
.modal-content img{
	width:100%;
	height:auto;
}
.modal_txt{
	text-align: left;
}

#modal-overlay {
	z-index: 999 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}
@media screen and (max-width:481px) {
.modal-content {
	width: 90%;
	left: 5%;
	}
}