.simplePopup {
display:none;
position:fixed;
border:1px solid #ccc;
background:#fff;
z-index:9999;
padding:12px;
width:45%;
min-width:45%;
}

.simplePopupClose {
float:right;
cursor:pointer;
position:relative;
top: -8px;
left: 6px;
}

.simplePopupBackground {
display:none;
background:#000 !important;
position:fixed !important;
height:100%;
width:100%;
top:0;
left:0;
z-index:25;
}
@media only screen and (max-width: 360px) {
    .simplePopup {
		display:none;
		position:fixed;
		border:1px solid #ccc;
		background:#fff;
		z-index:9999;
		padding:12px;
		width:80%;
		min-width:80%;
		}
}