.logo {
	height:333px;
}

.home{
	height:800px;
	background-size:600px !important;
}

.header.sticked .logo {
	transform: scale(0.25);
}

.header .logo img {
	width: 100%;
}

@media (max-width: 1280px) {
	.header .logo {
		transform: scale(0.75);
	}
}

@media (max-width: 640px) {
	.header .logo {
		transform: scale(0.55);
	}
}