/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

.image-banner {
    margin-bottom: 30px;
}

.image-banner img {
    width: 100%;
}

.home-carousel {
    background: url(/img/background-carousel.png) center center repeat;
}

figure {
    width: 250px;
    height: auto;
}

figure img {
    width: 250px;
    height: auto;
}

figcaption {
    font-style: italic;
}
