.showsheader-title {
	padding-top: 0px;
}
.showsheader-title-viewImageTitle img {
	margin: 120px 0 0px;
	max-width: 90%;
	max-height: 50px;
}
@media (min-width: 480px) {
	.showsheader-title-viewImageTitle img {
		margin: 180px 0 0px;
		max-height: 50px;
	}
}
@media (min-width: 640px) {
	.showsheader-title-viewImageTitle img {
		margin: 220px 0 -60px;
		max-height: 50px;
	}
}
@media (min-width: 960px) {
	.showsheader-title-viewImageTitle img {
		margin: 290px 0 -70px;
		max-height: 100px;
	}
}
