.works-image.half {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.works-image.half{
    border-radius: var(--border-radius);
    width: 100%;
    height: auto;
    position: relative;
    overflow: clip;
    aspect-ratio: 1 / 1;
}
.works-image.half {
    background-color: #000;
}
.works-image.half video {
    max-width: 45%;
    max-height: 90%;
    display: block;
    margin: auto;
    object-fit: cover;
    border-radius: var(--border-radius);
    aspect-ratio: 267 / 454;
}

/* .works-image.half  {

    height: 48vw;

} */

