body > header.classic {
	background-image: var(--banner-img);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 95px;
}
body > header.classic.homepage { height: 40vh; }
body > header.classic.homepage::after { content: ''; background: #fff; position: absolute; bottom: 0; height: 3vw; border-radius: 50% 50% 49% 51% / 100% 100% 0% 0%; left: -9999px; right: -9999px; width: 110vw; margin: auto; }
body > header.classic.withTitle { height: 270px; }
body > header.classic .wrapBanner .banner {}
body > header.classic .wrapBanner .banner img {/* object-fit: cover; object-position: center center;*/}
body > header.classic .wrapBanner .logo {
	background:rgba(255,255,255, 0.6);
	padding:20px;
}
body > header.classic .wrapBanner .logo img {width:100%; height: 100%; object-fit: contain;}
body > header.classic .wrapTitle {left:40%; width:60%; height: 80%; display: flex; flex-direction: column; justify-content: center;}