<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img-left {
	max-width: 49%;
	float: left;
}

.img-right {
	max-width: 49%;
	float: right;
}

.img-wrap {
	clear: both;
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
}

@media screen and (max-width:767px) {
.img-left {
	max-width: 90%;
	float: none;
}

.img-right {
	max-width: 90%;
	float: none;
}
}</pre></body></html>