﻿@media only all and (max-width: 1200px) {
    .project-image {
        float: none;
        width: 80%;
        height: auto;
        margin-top: 4%;
    }

    .project-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}
