@charset "utf-8";

.four-column-post .post-container {
	width: 25%;
	margin-bottom: 0.1vw;
}

#post_masonry img {
	height: calc(25vw * 0.75);
	object-fit: cover;
}

#post_masonry .has-post-thumbnail .entry-header .entry-meta a {
	color: inherit;
	font: inherit;
	font-size: 0.8rem;
}

#post_masonry .has-post-thumbnail .entry-header {
	padding: 20px;
	padding-top: 50%;
	background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (max-width: 821px){
	.four-column-post .post-container {
		width: 100%;
	}

	#post_masonry img {
		height: calc(100vw * 0.75);
		object-fit: cover;
	}
}