﻿
.Grid-ItemContainer { float:left; width:325px; height:auto; overflow:hidden; padding-bottom:10px; }
.GridItem { width:315px; float:left; position:relative; overflow:hidden; }
.GridItem .ImageHolder { width:100%; height:100%; min-height:125px; background-color:#eee; }
.GridItem .ContentHolder { width:100%; clear:left; border-bottom:1px dotted #222; padding-bottom:10px; margin-bottom:5px; }
.GridItem .ContentHolder .Title h2 { font-size:1.5em; padding:5px 0; }

@media only screen and (min-width: 766px) and (max-width: 991px) {
    .Grid-ItemContainer { width:252px; }
    .Grid-ItemContainer .GridItem { width:243px; }
    .Grid-ItemContainer:nth-of-type(2n) .ImageHolder { width:283px; }
    .Grid-ItemContainer:nth-of-type(2n) .ImageHolder img { position:relative; left:-20px; }
}