.espciImageBand
{
	width: calc(100% - 90px);
	max-width: 900px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 90% 50%;   

	margin: 50px auto;
	position: relative;
	z-index:2;
}

@media only screen and (max-width: 600px) {
	.espciImageBand
		{
			width: 100%;
		}   
}