.details {
	position: relative;
}

.details img {
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}

.details__date {
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #636d80;
}

@media (min-width: 1024px) {

.details img {
	margin-bottom: 35px;
}

.details__date {
	position: absolute;
	left: 0;
	top: -40px;
	right: 0;
}

}

