.project-credits {
    margin-top: 20px;
}

/* Mobile Portrait & Landscape */
@media (max-width: 1024px) {
    .project-details {
        display: flex;
        flex-direction: column; 
    }

    .project-description {
        order: 0;
    }

    .project-credits {
        order: 2;
        margin-top: 1rem;
    }

    video {
        order: 1;
        width: 80vw;
        max-width: 800px;
        margin: 1rem auto;
        display: block;
    }

    .project-details img[alt="Screenshot 1"] {
        order: 1;
        width: 80vw;
        max-width: 800px;
        margin: 1rem auto;
        display: block;
    }
}
