<link rel="stylesheet" href="css/magnific-popup.css">
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
    
    
    
    
    .popup-box2 img {
    width: 100%;
    border: 6px solid #054fb7;
	}
	.popup-overlay iframe {
	height: 500px !important;
	}
	@media screen and (max-width: 800px){
	div.popup-overlay {
	display: none; 
	}
	div.popup-box2 {
	top: 35%;
	}
	}
	.popup-close {
    position: absolute;
    background: #165adc;
    color: #fff !important;
    font-weight: bold;
    right: -5px;
    padding: 3px 8px;
    top: -40px;
    margin: 5px 5px 0 0;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    }
	.popup-close p{
		color:white !important;
		font-size: 14px !important;
		padding: 4px;
		padding-top: 15px;
	}