.offer_popup{
	background:rgba(120,120,120,0.6);
	width:100%;
	height:100%;
	display:flex;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
}
.offer_popup .offer_glass{
	position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: transparent;
}
.offer_popup .content{
	color:#333;
	background-color:#fff;
	vertical-align:middle;
	padding:3% 5% 3% 5%;
	margin:auto;
	width:50%;
	position:relative;
}
.offer_popup .image{
	text-align:center;
}
.offer_popup div p{
	font-size:16px;
}
.offer_popup .close{
	font-size:20px;
	font-weight:bold;
	display:inline;
	border:solid 3px #51acad;
	padding:0em 0.2em 0.1em 0.2em;
	width:1em;
	height:1.3em;
	text-align:center;
	background:#fff;
	color:#51acad;
	cursor:pointer;
	right:0.2em;
	top:0.2em;
	position:absolute;
}
@media screen and (max-width: 720px){
	.offer_popup .content{
		width:90%;
	}	
}