.background-section{ height: 100dvh; min-height: 520px; } @supports (height: 100svh){ .background-section{ height: 100svh; } } @media (max-width: 992px){ .logo-container{ position: absolute !important; left: 50% !important; right: auto !important; transform: translateX(-50%) !important; bottom: clamp(16px, 20dvh, 240px) !important; margin: 0 !important; width: 100%; justify-content: center; align-items: center; flex-direction: row; flex-wrap: wrap; gap: 10px 16px; z-index: 3; } .logo, .logo_sentralt, .logo_bvn{ max-width: clamp(90px, 26vw, 170px); height: auto; } }