.popup-overlay{
		position:fixed;
		width:100%;
		height:100%;
		top:0;
		bottom:0;
		z-index:9999999;
	}
	.popup-overlay::before{
		content:'';
		position:fixed;
		top:0;
		bottom:0;
		width:100%;
		left:0;
		right:0;
		background:rgba(0,0,0,0.5);
		z-index:-1;
	}
	
	.popup-box2{
		width:60%;
		left:20%;
		top:10%;
		position:fixed;
		box-sizing:border-box;
		padding:10px;
	}
	.popup-overlay iframe {
 height: 100%;   
 width: 100%;
}
.popup-close:hover img{
		opacity:1;
		border-radius:0px;
	}
.popup-close img{
		width:30px !important;
		height:30px !important;
		opacity:0.5;
		-webkit-transition:all 300ms ease;
		-moz-transition:all 300ms ease;
		-o-transition:all 300ms ease;
		-ms-transition:all 300ms ease;
		transition:all 300ms ease;
		border-radius:10px;
	}
.popup-close{
	position: absolute;
    background: #9f0c0d;
    color: #fff;
    font-weight: bold;
    right: 5px;
    padding: 3px 8px;
    top: -16px;
    margin: 5px 5px 0 0;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
}

.popup-box2 img{
		width:100%;
		border:6px solid #9f0c0d;
	}



	
@media screen and (max-width:800px)
{
.popup-overlay
{
display:none;
}
	
	.popup-box{display:none;
	width:300px;
	}
	}
	
	@media screen and (max-width:800px)
{
.popup-overlay
{
display:none;
}
}
.popup-close img{
		width:30px !important;
		height:30px !important;
		opacity:0.7;
		-webkit-transition:all 300ms ease;
		-moz-transition:all 300ms ease;
		-o-transition:all 300ms ease;
		-ms-transition:all 300ms ease;
		transition:all 300ms ease;
		border-radius:10px;
	}.popup-close:hover img{
		opacity:1;
		border-radius:0px;
	}
	