.volvo-banner-container
{
	margin-bottom: 30px;
}
.volvo-banner-bg{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.volvo-banner-content:hover
{
	background-color: rgba(160, 186, 184, 0.4) !important;
}
.volvo-banner-content
{
	height: 300px;
	width: 100%;
	/*background-color: rgba(8, 68, 84, 0.8);
	background-color: rgba(160, 186, 184, 0.8);*/
	/*background-color: rgba(95, 88, 38, 0.8);*/
	color: #FFF;
	text-align: center;
}

.volvo-banner-content h3
{
	font-size: 38px;
}
.volvo-banner-bg a
{
	text-decoration: none !important;
}
