// makes it so images don't bleed into the content on the right .catalog img { max-width: 100%; max-height: auto; } .document-thumbnail { img { width: 100%; } } .document { .list-thumbnail { width: 30%; float: left; } .metadata { width: 70%; display: inline-block; } }