.unit-list__items.swiper-wrapper{
	justify-content: flex-start;
}

.unit-list__item {
	padding: 0 .8vw 1.6vw !important;
}

.unit-list__item-inner {
	padding: 15px;
	background-color: #fff;
	border-radius: 12px;
	height: 100%;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}


img-fluid {
	display: block;
	margin: auto;
	transition: .4s ease-out;
	height: auto;
	max-width: 100%;
}
img-fluid:hover {
	transform: scale(1.05);
}


.base-video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	cursor: pointer;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: rgba(0,0,0,.5);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}
.base-video__play i {
	font-size: 30px;
	color: #FFF;
	text-shadow: 0 0 40px #000;
	transition: .3s;
	font-style: normal;
}
