* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

BODY {
    padding: 0;
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

DIV.zs-work,
DIV.zs-blank {
    position: relative;
    float: left;
    margin: 15px 0 0 15px;
    padding: 0;
    width: 150px;
    height: 150px;
}

DIV.zs-work A.zs-cover,
DIV.zs-work SPAN.zs-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,.9);
}

DIV.zs-work A.zs-cover:hover,
DIV.zs-work SPAN.zs-cover:hover {
    background: none !important;
}

DIV.zs-work A.zs-uncovered,
DIV.zs-work SPAN.zs-uncovered {
    background: none !important;
}

DIV.zs-work A.zs-cover DIV.zs-label,
DIV.zs-work SPAN.zs-cover DIV.zs-label {
    position: absolute;
    left: 0;
    bottom: 0;
}

DIV.zs-work A.zs-cover DIV.zs-label H1,
DIV.zs-work SPAN.zs-cover DIV.zs-label H1 {
    margin: 0;
    padding: 0 5px;
    font-family: 'Lato', arial, helvetica, sans-serif;
    font-size: 150%;
    line-height: 1.2;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

DIV.zs-work A.zs-cover DIV.zs-label H2,
DIV.zs-work SPAN.zs-cover DIV.zs-label H2 {
    margin: 0;
    padding: 5px;
    font-family: 'Lato', arial, helvetica, sans-serif;
    font-size: 90%;
    line-height: 1.2;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

DIV.zs-work > IMG {
    width: 100%;
}