@media (max-width: 875px){
	.article-body figure img { width: 100%; height: auto; }
	.article-body iframe { width: 100%; }
}

@media (max-width: 595px){
	.main-page .main-list-item-col {
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.main-list-container .main-list-items-cont {
		padding: 30px 10px;
		padding-top: 60px;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 5px;
	}
}