.eventItem .img .img-empty {
	width: 100%; height: 100%;
	position: relative;
	background-color: #add2f9;
}
.eventItem .img .img-empty:before {
	content: "";
	width: 65px; height: 65px;
	left: 10%; bottom: 10%;
	background: url(./images/logo_w.svg) no-repeat left center;
	background-size: contain;
	position: absolute;
}