@media print {  
	
	@page 
    {
        size:  A4 portrait;
        margin: 5mm;
    }

	html,
	body {
		margin: 0;
		padding: 0;
	}
	
	body {
		position: relative !important;
	}
	
	body * {
		visibility: hidden !important;
		overflow: visible !important;
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
		position: static !important;
	}
	
	#ovis-container {
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
	}
	
	#ovis-container, 
	#ovis-container * {
		visibility: visible !important;
	}

	.ovis-detail-section.ovis-media,
	a.ovis-go-back,
	div.ovis-detail-top-links,
	div.ovis-row.textLinks,
	div.ovis-row-extra,
	.fotorama__nav-wrap,
	div.ovis-detail div.ovis-contain div.ovis-specifications div.more-specs	{
		display: none;
	}
	
	.fotorama__wrap,
	.fotorama__stage__shaft,
	.fotorama__stage__frame {
		width: 100% !important;
	}
	
	.fotorama__img,
	.fotorama__stage {
		width: 100% !important;
		height: 500px !important;
	}
	
}