.video-card {
	width: 100%;
	cursor: pointer;
}

.video-card__inner {
	display: flex;
	align-items: stretch;
	background: #FAF6F3;
}

.video-card__photo {
	width: 66px;
	min-width: 66px;
	height: 82px;
}
.video-card__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 15px;
	flex-grow: 1;
	background: #FAF6F3;
}

.video-card__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.video-card__name {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin: 0 0 1px;
	-ms-word-wrap: unset;
	word-wrap: unset;
	max-width: 163px;
}

.video-card__date {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.65);
}

.video-card__icon {
	display: inline-block;
	width: 60px;
	min-width: 60px;
}

.video-card__icon img {
	width: 100%;
}

@media (min-width: 1024px) {
	.video-card__icon {

		margin-left: 20px;
	}
	.video-card__body {
		padding: 0 0 0 25px;
	}
}