/* featured listings widget */

#ds_featured_listings_widget {
	position: relative;
	width: 100%;
	text-align: center;
}
#ds_featured_listings_widget .fa {	
	margin: 55px 0;
}
.ds_featured_listing {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	opacity: 0;
}
.ds_featured_listing:first-child {
	position: relative;
	display: block;
	opacity: 1;
}