.tag_explore_page #mlposts.tag_explore_feed {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 12px !important;
	column-count: unset !important;
}

.tag_explore_page #mlposts.tag_explore_feed > .post,
.tag_explore_page #mlposts.tag_explore_feed > .post-container {
	margin: 0 !important;
	display: block !important;
	width: 100% !important;
}

.tag_explore_page #mlposts.tag_explore_feed .quicks_sa__main,
.tag_explore_page #mlposts.tag_explore_feed .tag_post_full_img,
.tag_explore_page #mlposts.tag_explore_feed .wo_shared_doc_file,
.tag_explore_page #mlposts.tag_explore_feed .post-fetched-url-con {
	aspect-ratio: 4 / 5;
	min-height: 240px;
	overflow: hidden;
}

.tag_explore_page #mlposts.tag_explore_feed .quicks_sa__main video,
.tag_explore_page #mlposts.tag_explore_feed .tag_post_full_img img,
.tag_explore_page #mlposts.tag_explore_feed .tag_post_full_img video,
.tag_explore_page #mlposts.tag_explore_feed .wo_shared_doc_file img,
.tag_explore_page #mlposts.tag_explore_feed .wo_shared_doc_file video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: none;
}

@media (max-width: 1199px) {
	.tag_explore_page #mlposts.tag_explore_feed {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.tag_explore_page #mlposts.tag_explore_feed {
		grid-template-columns: 1fr !important;
	}
}
