div#featured.homepage-widget {
	background: #fff;
	position: relative;
	height: 100%;
	box-shadow: none;
}

div#featured.homepage-widget img {
	width: 118%;
	height: auto;
	margin-left: -9%;
}

@media (max-width: 1180px) {
	div#featured.homepage-widget img {
		width: 101%;
		height: auto;
		margin-left: -1%;
	}
}

@media screen and (max-width: 500px) {
	div#featured.homepage-widget {
		max-width:101%;
		height:auto;
		margin-left: -1%;
	}
}