.header {
	background-color: #293844;
	position: relative;
	width: 100%;
	height: 10vh;

	max-width: 2560px;
	margin: 0 auto;	
}

.header__bg {
	background-image:url(../images/header.svg?1);
	background-size:contain;
	background-position:center left;
	background-repeat:no-repeat;
	position:absolute;
	top:20%;
	left:2%;
	width:96%;
	height:60%;
}



@media screen and (max-width:768px){

	.header {
		/* max-height:60px; */
	}
	.header__bg {
		background-image:url(../images/header_mob.svg?1);
		background-position:center;
		top:10%;
		left:5%;
		width:90%;
		height:80%;
	}
}


@media screen and (max-width:480px){

}


@media screen and (max-width:360px){

}
