.showsheader-title {
	text-align: center;
}
.showsheader-title-viewImageTitle img {
	height: 10px;
	width: 0;
	margin-top: 25%;
}
@media (min-width: 480px) {
	.showsheader-title-viewImageTitle img {
		width: 0;
		height: 0;
		margin-top: 76px;
	}
}
@media (min-width: 640px) {
	.showsheader-title-viewImageTitle img {
		margin-top: 182px;
	}
}
@media (min-width: 960px) {
	.showsheader-title {
	}
	.showsheader-title-viewImageTitle img {
		margin-top: 388px;
	}
}
