#sell-media-single-sidebar {
	float: left;
	width: 100%;
	margin-top: 1em;
}
#sell-media-single-sidebar img {
	max-width: 100%;
	height: auto;
}
#sell-media-single-sidebar .widget {
	float: left;
	width: 100%;
	margin-right: 0;
}
.sell-media-widget-item-wrap {
	float: left;
	margin: 0 2% 2% 0;
	width: 30%;
}
.sell-media-widget-item-wrap:nth-child(3n+1){
	clear: left;
}
.sell-media-widget-thumb-wrap {
	float: left;
	max-width: 100%;
}
.sell-media-widget-thumb-wrap img {
	float: left;
	max-width: 100%;
	height: auto;
}