a {
    text-decoration: none;
}

.clearfix {
    display: block;
}

/* --- Container configuration ---------------------------------------------------------- */
.viewport {
    border: 1px solid #333;
    float: left;
    height: 218px !important; /*Was 299px;*/
    margin: 0 20px 20px 0;	/*was 0 9px 9px 0;*/
    overflow: hidden;
    position: relative;
    width: 218px !important; /*Was 450px;*/
    z-index: 0;
}

/* --- Link configuration that contains the image and label ----------------------------- */
.viewport a {
    display: block;
    position: relative;
}

.viewport a img {
    height: 218px; /*Was 332px;*/
    left: 0px; /*was -10px */
    position: relative;
    top: 0px; /*was -10px */
    width: 218px; /*Was 500px;*/
}

/* --- Label configuration -------------------------------------------------------------- */
.viewport a span {
    display: none;
    height: 100%; /*was 100%;148*/
    width: 100%;
/*    padding: 60px 10px 10px;	was -top 120px;*/
    position: absolute;
    text-align: center;
    text-decoration: none;
 /*   width: 198px; was 100%;198 */
    z-index: 100;
    font-size: 20px;	/*was 3em;*/
    font-weight: bold;
}
.viewport a span em {
        display: block;
        font-size: 14px; /*was 0.45em;*/
        font-weight: normal;
    }
.viewport a span strong {
    color: #fff;
    display: block;
    margin: 0 0 10px 0;
    line-height: 20px;
}

/* --- Dark hover background ------------------------------------------------------------ */
.dark-background {
    background-color: #000;
    background-color: rgba(15, 15, 15, 0.7) !important;
    text-shadow: #000 0px 0px 20px;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.dark-background em {
    color: #ddd;
    line-height: 18px;
}

/* --- Front Label --------- */
.light-foreground {
    position: absolute;
    text-align: left;
    z-index: 10;
    display: block;
    width: 218px;
/*    height: 20px;   */
    color: #fff;
    background-color: #000;
    background-color: rgba(51, 51, 51, 0.9) !important;
    overflow: hidden;
    font-size: 14px;
    padding: 5px;
}
.light-foreground em {
    font-weight: normal;
    font-style: italic: 
}