.blog-post {
	/*position: relative;*/
}
.blog-post-back {
	position: absolute;
	top: 0;
	right: 100%;
	display: inline-block;
	margin-right: 20px;
	width: max-content;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #afb0b3;
}
.blog-post-date {
	margin: 0;
	font-size: 14px;
	color: #afb0b3;
}
.blog-post-headline {
	margin: 16px 0 18px;
	font-size: 48px;
	font-weight: 300;
	line-height: 62px;
	color: #333;
}
.blog-post-hashtag {
	margin: 0;
	font-size: 14px;
	color: #e0ada6;
}
.blog-post-content {
	margin-top: 30px;
}
.blog-post-content .blog-post-img {
	float: left;
	width: 33.33333333%;
	margin: 0 30px 30px 0;
}

@media screen and (max-width: 1610px) {
	.blog-post-back {
		position: static;
		top: unset;
		right: unset;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 1290px) {
	.blog-post-content .blog-post-img {
		width: 50%;
	}
}

@media screen and (max-width: 991px) {
	.blog-post-headline {
		font-size: 40px;
		line-height: 47px;
	}
}

@media screen and (max-width: 767px) {
	.blog-post-back {
		margin: 30px 0;
		order: 1;
	}
	.blog-post-date {
		font-size: 11px;
	}
	.blog-post-headline {
		font-size: 16px;
		line-height: 19px;
	}
	.blog-post-hashtag {
		font-size: 11px;
	}
	.blog-post-content {
		font-size: 12px;
		font-weight: 400;
		line-height: 150%;
	}
	.blog-post-content .blog-post-img {
		width: 100%;
		margin: 20px 0;
	}

	.blog-post-content img{
		width: 100%;
		height: auto;
		float: left;
	}
}

@media screen and (max-width: 479px) {
	.blog-post-content *{
		width: 100%;
		height: auto;
		float: left;
	}
}