.gallery-slide { height: 100vh; background-size: contain; background-position: center; background-repeat: no-repeat; }

.btn { background-color: #333; color: #fff; padding: 5px 8px; border-radius: 4px; }
.btn:hover { text-decoration: none; color: #ddd; }

.brands { column-count: 2; }
@media(min-width: 768px) {
	.brands { column-count: 3; }				
}	

.contact-section { background: #ED1C24; color: #fff; }
.contact-section a { color: #fff; }
.contact-section a:hover { color: #ccc; text-decoration: none; }
						
.map-responsive { overflow:hidden; padding-bottom: 56.25%; position:relative; height:0;	}
.map-responsive iframe { left:0; top:0; height:100%; width:100%; position:absolute; }

b { font-weight: 600; }