<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gallery{
	margin-top: 45px;
	margin-bottom: 45px;
}

.gallery .row{
	margin-bottom: 15px;
}

.gallery a{
	display: block;
}

.gallery img{
	display:block;
	max-width:100%;
	height:auto;
}

.gallery-caption{
	margin: 5px 0 0 0;
}

@media (max-width: 767px) {
	.gallery-item{
		margin-bottom: 15px;
	}
}</pre></body></html>