/* Eventbrite */
@media only screen and (min-width: 800px) {
	.iee_event .img_placeholder {
			height:275px;
	}
}

@media only screen and (max-width: 800px) {
	.iee_event .img_placeholder {
			height:230px;
	}
	.eventbrite_events  {
		margin-bottom:150px;
	}
}
