@charset "utf-8";
@media only screen
and (min-width : 1025px) 
{
.Offerpopupfull	
{
	position:fixed;
	height:100%;
	width:100%;
	display:block;
	v-align:middle;
	content-align:center;
	background-color:rgba(0,0,0,0.9);
	z-index:9999;
	
}
.offerpopupclose
{
	position: fixed;
	float: right;
	width:30px;
	height:auto;
	top:20px;
	right:20px;
	
}
.offerpopupimg
{
	width:30%;
	height:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
}

@media only screen
and (min-width : 768px) and (max-width : 1025px)
{
	.Offerpopupfull	
{
	position:fixed;
	height:100%;
	width:100%;
	display:block;
	v-align:middle;
	content-align:center;
	background-color:rgba(0,0,0,0.9);
	z-index:9999;
	
}
.offerpopupclose
{
	
	position: fixed;
	float: right;
	width:30px;
	height:auto;
	top:20px;
	right:20px;
	
}
.offerpopupimg
{
	width:40%;
	height:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
}


@media only screen
and (max-width : 768px)
{
	.Offerpopupfull	
{
	position:fixed;
	height:100%;
	width:100%;
	display:block;
	v-align:middle;
	content-align:center;
	background-color:rgba(0,0,0,0.9);
	z-index:9999;
	
}
.offerpopupclose
{
	position: absolute;
	float: right;
	width:20px;
	height:auto;
	top:20px;
	right:20px;
	
}
.offerpopupimg
{
	width:80%;
	height:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
}
