.logo {
    height: 480px;
    width: 480px;
    margin: 150px auto;
    background: #ffff url(https://alpok.eu/images/alpok_logo_prod_1.svg) no-repeat center;
}

.logo img {
    width: 480px;
}

@media (max-width: 490px), (max-height: 490px) {
    .logo {
	height: 300px;
	width: 300px;
    }

    .logo img {
	width: 300px;
    }
}
