@media only screen and (min-width: 600px){
    .contentCaptionedfigureLeft,
    .contentCaptionedfigureRight,
    .contentFigureLeft,
    .contentFigureRight{
    }
    .contentCaptionedfigureLeft,
    .contentFigureLeft{
        float: left;
        margin: 0 30px 20px 0;
    }
    .contentCaptionedfigureRight,
    .contentFigureRight{
        float: right;
        margin: 0 0 30px 20px;
    }
}
