#node--event-article{ position:relative;padding-bottom:65px;margin-bottom:70px; }
#node--event-article:after{ content:"";display:block;clear:both; }
#node--event-article .img-wrapper{ width:100%;max-width:580px; float:left; display:flex;justify-content: center;}
#node--event-article img{ align-self: center; /*width:100%;max-width:580px;*/ width:auto; height:auto; }
#node--event-article .text{ width:100%;float:right; }
#node--event-article h2{ margin-top:35px;text-align:left;font-size:20px; }
#node--event-article .event-date div { display: inline-block; }
#node--event-article .article-footer-row { margin-top:  1em; }
#node--event-article .location { margin-bottom:  1em; }


@media(min-width:768px){
	#node--event-article .img-wrapper{ width:48%; }
	#node--event-article .text{ width:48%; }
	#node--event-article .text.fullwidth{ width:100%; }	
}
