@media (max-width: 768px) {
	.image-container {
		flex-direction: column;
	}

	.image-column {
		flex: none;
	}

	.PersianScreed .main>.post-title {
		width: 100%
	}
	.video-item {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.post-type-archive-articles h1.title {
		font-size: 18px;
	}
}

