@media print {
	
html, body {
        height: 99% !important;
        overflow: hidden !important; 
    }

.wpcf7, i, .wpb_wrapper.single-art a, footer, .fancybox-navigation, .fancybox-toolbar, .fancybox-infobar, .fancybox-progress, .fancybox-stage-right {
	display: none !important;
}

.wpb_wrapper.single-art {
	display: block !important;
}
 
.single-artworks .locations-featured-image img {
	width: auto;
	max-height: 600px;
	margin-top: -200px;
	display: block !important;
}