#modal-window{
	background:rgba(255,255,255,0.6);
	color:white;
	position:absolute;
	z-index:10;
	top:8em;
	right:0em;
	bottom:0em;
	left:0em;
	display: none;
}

.modal-content{
	box-sizing:content-box;
	background:rgba(0,0,0,0.75);
	width:300px !important;
	text-align:center;
	position:absolute;
	top:2em;
	bottom:2em;
	@include media(momma){
    	width:600px !important;
    }
    @include media(poppa){
    	width:800px !important;
    }
    overflow-x: hidden;
    overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}

.modal-close{
	
}