/* Ensure videos in .rich-text-project are always visible above images */
.rich-text-project video {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    background: #000;
}
.rich-text-project img {
    position: relative;
    z-index: 1;
    display: block;
}