38 lines
526 B
CSS
38 lines
526 B
CSS
.header-content {
|
|
|
|
}
|
|
|
|
.header-content .logo {
|
|
|
|
}
|
|
|
|
.header-content .logo img {
|
|
display: block;
|
|
height: auto;
|
|
margin: auto;
|
|
}
|
|
|
|
.ohlhafv-banner {
|
|
max-width: 1000px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
@media screen and (min-width: 1000px) {
|
|
.ohlhafv_header-content {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
background-color: #052f5f;
|
|
width: 100%;
|
|
}
|
|
|
|
.ohlhafv_header {
|
|
margin-bottom: 331px;
|
|
}
|
|
}
|
|
|
|
.ohlhafv-banner-image {
|
|
width: 100%;
|
|
}
|