.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1.5em;
    background-color: rgba(0, 0, 0, 0.02);
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#latest-projects div img {
    width: 100%;
    border: 1px lightgrey solid;
}

#latest-projects div h3 {
    margin-top: 0.75em;
    margin-bottom: 1.5em;
}

@media (min-width: 768px) {
    #latest-projects div {
        margin-left: 2%;
        width: 32%;
        float: left;
        text-align: center;
    }
    
    #latest-projects div.first {
        margin-left: 0px;
    }    
}