@media(max-width: 640px) {

    iframe, img, video {
        height: 256px;
    }
    
    .project-grid {
        display: flex;
        flex-direction: column;
        max-width: 100vw;
    }

    .project-img {
        height: 256px;
    }
}