
/**
 * News Images
 * Author: Estioko Design
 */



.newsimages {
	margin-bottom: 4em;
}	 

.newsimages .slide {
	position: relative;
	display: block;
	min-height: 213px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.newsimages .slide:hover::after {
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.3) url('../img/common/lightbox_zoom.png') center no-repeat;
	content: "";
}
