.home-container {
    position: relative;
	display: block;
	width: 100%;
    height: 100vh;
	max-width: unset;
	color: #222;
	font-size: 14px;
    padding: 50px 0px;
    background: url('../../img/front/kde2045_background.webp') no-repeat center center fixed;
    background-size: cover !important;
}

.home-logo {
    position: relative;
    display: block;
    width: 300px;
}

/* Mobile */
@media screen and (max-width: 768px) {
    .home-logo {
        width: 200px;
    }
}
