@media only screen and (max-width: 520px){
	body.fancybox1-is-open {
        overflow: hidden; /* Prevent scrolling of the main page */
        position: fixed !important;
    	width:100%;

    }
    .fancybox1-slide{
    	padding: 25px 5px !important;
    }
}