.work-preview {
    display:flex;
    /* justify-content: space-between;
    width:100%;
    flex-direction: row-reverse; */
}

.work-preview > div {
    /* width:33%;
    align-self: stretch; */
    margin:1px;
}

.work-preview img {
    width:100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .work-preview {
        flex-direction: column-reverse;
    }

    .work-preview > div {
        width:100%;
    }
}