.banner {
	width: 100%;
	height: 40vh;

	background-image: url(../images/barner.jpeg);
	background-size: 100% 100%;

	position: static;
	z-index: 1;
}
