@media print {

	.content img {
		display: none;
	}

html, body, h1, h2, h3, h4, h5, h6, p {
	color: black;
}

html, body {
	font-size: 12px;
}

nav {
	display: none;
}

header {
	margin-bottom: 20px;
	box-shadow: none;
}

.wrapper, .content, .masonry {
	max-width: 100% !important;
}

.gallery img {
	display: block;	
}

.gallery .column {
	position: static !important;
}

.gallery .wrapper {
	width: 960px;
}


}