@media (max-width: 640px) {
	.section-archive-image  {
		width: 100%;
		float: none;
		height: auto;
	}
	.section-archive-content  {
		width: 100%;
		float: none;
	}
	.section-archive-image .image-caption {
		width: 100%;
		height: 100%;
		margin: 10px 0;
	}
}