@media (min-width: 992px)
{
	body.with-image
	{
		background-image: url('main-bg-2.jpg');
		background-size: 100%;
		background-repeat: no-repeat;
	}
	div.jumbotron
	{
		margin-top:60px;
		background-color: rgba(255,255, 255, 0.90);
	}
}