/*  MICROTHEMER STYLES  */


/*= Geral ===================== */

/** Geral >> Pp feed item image **/
.pp-feed-item img {
	width: 300px !important;
	height: 300px !important;
	object-fit: cover !important;
}

/** Geral >> Pp feed item pp overlay container **/
.pp-feed-item .pp-overlay-container {
	
}


/*( < 980 )*/
@media (max-width: 979.98px) {

	/*= Geral ===================== */

	/** Geral >> Pp feed item image **/
	.pp-feed-item img {
	width: 500px !important;
}

	/** Geral >> Pp feed item pp overlay container **/
	.pp-feed-item .pp-overlay-container {
	
}


}


/*( < 768 )*/
@media (max-width: 767.98px) {

	/*= Geral ===================== */

	/** Geral >> Pp feed item image **/
	.pp-feed-item img {
	width: 350px !important;
	height: 350px !important;
}


}

