:root {
    --media-height: min(72vh, 780px);
}

.works-grid {
    align-items: center;
}

.work-card {
    width: auto;
}

.work-media {
    height: var(--media-height);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.work-media img,
.work-media video {
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
    aspect-ratio: auto !important;
    display: block;
    object-fit: contain;
    border: 10px solid #343434;
    border-radius: 20px;
    background: #ECECEC;
}
