/* Add here all your css styles (customizations) */
.g-bg-gray-dark-v3{
	background-color: #222 !important;
}
#mapid{
	height:300px;
}
.banner-image{
	background-image: url(/assets/img/banner.jpg);
}
@media(max-width:550px){
	.banner-image{
		background-image: url(/assets/img/banner.jpg);
		background-size: cover;
		height: 290px;
	}
}