.h-100 img{
	max-height: 100px;
	height: 100%;
}
.h-200 img{
	max-height: 200px;
	height: 100%;
}
.h-300 img{
	max-height: 300px;
	height: 100%;
}
.h-400 img{
	max-height: 400px;
	height: 100%;
}
.h-500 img{
	max-height: 500px;
	height: 100%;
}

.wp-block-image.size-full img{
	height: 100% ;
	max-height: 100%;
}

.post-single__childs{
	margin-top: 50px;
}

.post-single__childs .article-horizontal{
	margin-bottom: 20px;
}

.post-single__container .article-horizontal.image-size img{
	width: 280px;
}
@media(max-width: 640px){
	.post-single__container .article-horizontal.image-size img{
		width: 100%;
	}
}