Template:Contentframe-2019.css

.contentframe-2019 {
	background: #FFFFFF;
	padding:0 2vw;
	font-family:'Montserrat',sans-serif;
	text-align:justify;
	max-width:900px;
	margin:0 auto;
}

@media screen and (max-width: 719px) {
	.contentframe-2019 figure,
	.contentframe-2019 .thumb {
		float: none !important;
		margin: 0.6em 0 !important;
	}
	.contentframe-2019 figure .thumbinner,
	.contentframe-2019 .thumb .thumbinner {
		margin: 0 auto;
		max-width: 100% !important;
	}
	.contentframe-2019 img {
		max-width: 100%;
		height: auto;
	}
}