.side_item {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	position: relative;
}

.side_item:last-child {
	margin-bottom: 0;
}

.side_item:hover .overlay {
	opacity: 1;
}

.side_item .clear {
	clear: both;
	margin-bottom: 10px;
}

.side_item:last-child .clear {
	margin-bottom: 0;
}

.side_item .block_image {
	height: 90px;
	overflow: hidden;
	position: relative;
	margin: 0 10px 0 0;
	border-radius: 3px;
	overflow: hidden;
	float: left;
}

.side_item .block_image .cover_image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.side_item .overlay {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.5s;
	font-size: 26px;
}

.side_item .block_content b {
	display: block;
	width: 100%;
	color: #303030;
	margin-bottom: 5px;
}

.side_item .block_content small {
	display: block;
	color: #505050 !important;
	line-height: 2;
}