.teaser__img {

    	object-fit: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}

.teaser-lazy {
  border-radius: 0px;
	display: none;
	position: absolute;
	max-height: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}

.lazy-div {
	width: 100%;
	height: 50%;
	display: none;
	background: #000;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.8;
}
.teaser-lazy {
    	object-fit: contain;
	background-color: transpatent;
}
.file-rectangular .teaser__img,
.file-rectangular .teaser-lazy {
	object-fit: contain;
}
.teaser-lazy {
	display: none;
	position: absolute;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.lazy-div {
	width: 100%;
	height: 100%;
	display: none;
	background: #000;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.8;
}

.lazy-div_text {
	margin-top: 16px;
}

.lazy-div_text:after {
	content: '+ ещё внутри';
}
.teaser__img {
	display: flex;
}
.teaser-lazy_active {
	display: block;
}

.teaser-slider-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 950px) {
	.teaser-slider-wrapper {
		display: none;
	}

	.teaser__title {
		margin: 8px;
	}

	.teaser__desc {
		margin: 8px;
	}

	.teaser__tag-list {
		margin-left: 8px;
		margin-right: 8px;
	}
}
.teaser-slider-wrapper:hover .teaser-slider {
	opacity: 1;
}

.teaser-slider {
	flex: 1;
	position: relative;
	transition: all 200ms ease-in-out;
}

.teaser-slider:after {
	position: absolute;
	bottom: 5px;
  border-radius: 5px;
	left: 0;
	right: 0;
	margin: 0;
auto;
	height: 5px;
	background: rgba(255,255,255,0.5);
	width: 95%;
	content: "";
}

.teaser-slider:hover:after {
	background: #2163e8;
}
