/*For device: tablet, mobile*/
/*Min -> 320px -> 768px ->992px -> 1024px -> 1200 -> Max*/

@media only screen and (max-width: 767px) {
	.entry-content{ padding:0 !important; }
}


@media only screen and (max-width: 480px) {
	
}

