/* Home page case studies and rotating hero image */

#hero-image-wrapper,
#hero-image-wrapper img {
    /* min-height: 229px; */
    /* max-height: 229px; */
    height: 229px;
}

#case-studies-wrapper {
    /* min-height: 133px;
    max-height: 133px; */
}

.case-study {
    margin: 2px;
    height: 133px;
    /* width: 200px; */
    float: left;
    border: 1px solid lightgray;
    background-image: url("../images/loading.gif");
    background-size: 100% 100%;
}