.block-event {
	width: 100%;
	text-decoration: none;
	font-weight: 400;
	position: relative;
	overflow: hidden;
	font-size: 13px;
}

.block-event-label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 8px;
	display: inline-flex;
	align-items: center;
	height: 31px;
	color: rgba(5, 13, 60, .6);
	background: var(--color-white);
	border-radius: 0 0 4px 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	font-family: var(--heading-font-family), sans-serif;
}

.block-event h5 {
	margin-bottom: 14px;
	font-weight: 500;
	letter-spacing: 0;
}

.block-event-image {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
}

.block-event-image img {
	width: 100%;
	display: block;
	transition: all .5s ease-in-out;
}

.block-event:hover .block-event-image img {
	transform: scale(1.05);
}
