@media all {

	#products-featured {
		border-radius: 10px;
		border: 1px solid #ededed;
		background-color: #fff;
		margin-top: 50px;
		margin-bottom: 0;
	}

}
@media only screen and (max-width:768px) {
	#products-featured {
		margin-top: 20px;
		border: none;
	}
}