
#flip-this {
	height: 400px; margin: 50px 0;cursor:pointer !important;
    width: 350px;
    margin: 0 auto;
}

#flip-this img {
	width: 350px;
	height: auto; 
}

#flip-this .back {
    background: #94b61a;
    color: #fff;
    text-align: center; font-size: 12px !important; border-radius: 10px; padding: 20px;
}


#flip-this .back p {font-size: 13px !important;}

.ingredients{width:60px !important; height: 60px !important; border-radius:50%; border: 4px solid #fff;}

.greentxt{color:#030; margin: 20px 0 0px 0 !important;}


@media screen and (max-width: 500px) {
	
	#flip-this {
	min-height: 500px; margin: 50px 0;cursor:pointer !important;
    width: 100%;
    margin: 0 auto;
}

#flip-this img {
	width: 100%;
	height: auto; 
}
}