@media (min-width:768px) {
	.video-list-module .content-item {
		border: 0;
		padding: 0;
	}
}

@media (min-width:992px) {
	.video-list-module .content-item:hover {
		background-color: #f7f7f7;
	}
}

.video-list-module .media-item {
	overflow: hidden;
	position: relative;
}

.video-list-module .media-item .content-image {
	margin: 0;
}

.video-list-module .media-item .player {
	background: url(https://cdn.sun12.ru/aludoors/img/player.png) 50% 50% no-repeat;
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%;
}

.video-list-module .media-item .image-ratio {
	padding-top: 56.5%;
}

.video-list-module .media-item .image {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
}

.video-list-module .media-item .image.lazyloaded {
	opacity: 1;
}

.video-list-module .content-description {
	padding-top: 28px;
}

@media (min-width:768px) {
	.video-list-module .content-description {
		padding: 28px 32px;
	}
}