#logo-skemeet-container {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 45px;
	z-index: 100;
	background-color: #041C4A;
}

@media (max-width: 956px) and (min-width: 890px) {
	#logo-skemeet-container {
		height: 74px;
	}
}

@media (max-width: 890px) {
	#logo-skemeet-container {
		height: 97px;
	}
}

#logo-skemeet {
	width: 50%;
}