
body{
	background: url("../img/bg.jpg") no-repeat;
	background-position: left 50% bottom 91%;
	background-size: 100% auto;
	overflow: hidden;
	transition: all 1.2s 0s cubic-bezier(.23,1,.32,1);
}
@media(max-width: 768px){
	body{
		background-size: 210% auto;
	}
	html{
		overflow: hidden;
		position: fixed;
	}
}
@media(max-width: 650px){
	header{
		border: unset;
	}
}