.category-product-div {
    padding: 5px !important;
}

.oval {
	width:auto;
	max-width:380px;
    height: 260px;
    float:left;
	padding-right:12px;
	padding-bottom:12px;
}

.oval img{
	width:100%;
	height:100%
}
	
.body-post p{
    white-space: normal;
}
	
@media only screen and (max-width: 640px) {

	.oval{
		width:100%;
		height: auto;
		padding-right:0;
	}

}
