.wp-block-bitv-hero-image { height: 380px; background-position: right; position: relative; overflow: hidden; } .wp-block-bitv-hero-image .hero-image-figure, .wp-block-bitv-hero-image .hero-image-figure>figure { height: 380px; display: flex; align-items: center; justify-content: center; max-width: 2000px; margin: 0; width: 100%; position: relative; } .wp-block-bitv-hero-image .hero-image-figure img { max-width: 2000px; height: auto; width: 100%; min-height: 380px; max-height: 380px; object-fit: cover; } @media (min-width: 768px) { .wp-block-bitv-hero-image .hero-image-stairway { position: absolute; width: calc(50vw + min(1224px, 100vw) / 3 - (var(--bitv-gap-module, 24px) / 6) + 1px); height: 64px; background: #fff; bottom: -1px; left: -1px; z-index: 0; } }