.wr-banner-item .img-wrap {
	overflow:hidden;
	background:#f8fafc;
}
.wr-banner-item .img-item,
.wr-banner-item .img-item a {
	display:block;
	width:100%;
	height:100%;
}
.wr-banner-item .img-render {
	display:block;
	width:100% !important;
	height:100% !important;
	object-fit:contain;
	transition:transform .2s ease;
}
.wr-banner-item a:hover .img-render {
	transform:scale(1.02);
}
