@media print {
div.hero-image {
	display: none;
}
div.jumbotron {
	background-color: #fff !important;
}
a:after {
	content:" (" attr(href) ") ";
	display: none;
}

}