.works-block .swiper-slide {
    height: auto;
}

.work-item__photos__item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-item__photos__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-item__photos__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
}

.work-item__photos__play svg {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 8px;
}

/* Стили в main.css разделе ARCHIVE WORKS */