html, body{
	height: 100%;
 padding: 0;
 margin: 0;
}

.bg-car::after{
	content: '';
		position: fixed;
		top: 0;
		left: 50vw;
		height: 100%;
		width: 50vw;
		z-index: -1;
		background-repeat: no-repeat;
		background-position: 80% center;
		background-size: cover;
}

.app-logo{
	background-color: #ffffff;
	width: 50px;
	height: 50px;
}

@media (min-width: 992px){

	.app-logo{
		width: 80px;
		height: 80px;
	}

	.bg-car::after{
			background-image: url('img/pawel-zabierek-mobilny-mechanik.webp');		
	}
	.desktop-fw{
		min-height: 100dvh;
	}
}
