.jumbotron {
	background: url(../img/bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	height: 100vh;
}

.img-logo {
	position: relative;
	text-align: center;
	margin-top: 120px;
	margin-bottom: -200px;
	z-index: 1;
}

.icon-logo {
	width: 150px;
	filter: drop-shadow(0 0 1rem white);
}

.img-car {
	display: flex;
	text-align: center;
	margin: 30px auto;
	height: 100%;
	z-index: 0;
}