@media print {
	.teaser,
	.footer,
	.contact,
	.social,
	.floating-btn,
	.back-top,
	.content-area .pane-right,
	.content-area video {
		display: none !important;
	}
	
	.person .item-left img {
		position: relative;
	}

	a[href]:after { 
			content: none !important; 
	}
}