.animated-gallery-section {
    overflow: hidden;
}

.animated-gallery-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-video {
    position: relative;
    z-index: 2;
    transition: transform 1.5s ease;
}

.main-video video {
    width: 100%;
}

.animated-gallery-section:hover .main-video {
    transform: scale(0.6);
}

.animated-gallery-item-wrapper {
    /* position: absolute;
    width: 15%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    transition: transform 1.5s ease; */
    display: none;
}