#modal-content{
	width:80%;
	margin:1.5em auto 0;
	padding:10px 20px;
	background-color:transparent;
	z-index:2;
    display:none;
    position: fixed;
    text-align: center;
}
#modal-content a {
    display: inline-block;
    margin-right: 20px;
    background-color:#fff;
}
#modal-content a img {
    background-color:#fff;
    border:solid 2px #ff7bac;
    max-width:100%;
    vertical-align: bottom;
}
.modal-p{
	margin-top:1em;
}
.modal-p:first-child{
	margin-top:0;
}
.button-link{
	color:#00f;
	text-decoration:underline;
}
.button-link:hover{
	cursor:pointer;
	color:#f00;
}
#modal-overlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}
#modal-close {
    color: #fff;
    text-align: right;
    font-size: 50px;
    position: relative;
    top: 0;
    right: 50px;
    cursor: pointer;
}