.wombat-pictures {
    position: fixed;
    height: 100px;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px 0 0 0;
    background: none;
    overflow: hidden;
    pointer-events: none;
    z-index: 2000 !important;
}


.wombat-pictures__item {
    position: absolute;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    pointer-events: none;
    transition: transform 0.4s ease;
}

.wombat-pictures__item:hover {
    transform: translateY(-4px) scale(1.02);
}

.wombat-pictures__spacer {
    height: 230px;
    width: 100%;
}
