/* -------------------------------- PAGE BANNER -----------------------------*/
.page_banner .bg_img
{
    background-image: url(../../../medias/images/headers/exhibitions_600px.jpg);
}
/* -------------------------------- PAGE BANNER -----------------------------*/
/* ---------------------------- SPECIFIC CONTENT ----------------------------*/
.thumb_item .legend .date
{
    white-space: nowrap;
}

.thumb_item .legend .location
{
    font-size: smaller;
    font-style: italic;
    margin-top: 2px;
    opacity: 0.7;
}
/* ---------------------------- SPECIFIC CONTENT ----------------------------*/
/* --------------------------- RESPONSIVE STYLES ----------------------------*/
@media only screen and (min-width: 600px)
{
    .page_banner .bg_img
    {
        background-image: url(../../../medias/images/headers/exhibitions_900px.jpg);
    }
}

@media only screen and (min-width: 900px)
{
    .page_banner .bg_img
    {
        background-image: url(../../../medias/images/headers/exhibitions_1200px.jpg);
    }
}

@media only screen and (min-width: 1200px)
{
    .page_banner .bg_img
    {
        background-image: url(../../../medias/images/headers/exhibitions_1800px.jpg);
    }
}

@media only screen and (min-width: 1800px)
{
    .page_banner .bg_img
    {
        background-image: url(../../../medias/images/headers/exhibitions_2400px.jpg);
    }
}
/* --------------------------- RESPONSIVE STYLES ----------------------------*/