.view, .view h2, .view p
{
    text-align: center;
}
.view a.info, .view h2
{
    color: #fff;
    text-transform: uppercase;
}
.view
{
    height: auto;
    margin: 4px -10px;
    float: left;
    border: 1px solid #eaf6ed;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}
.view .content, .view .mask
{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view h2, .view img, .view p
{
    position: relative;
}
.view img
{
    display: block;
}
.view h2
{
    font-size: 17px;
    padding: 10px;
    background: rgba(0,0,0,.8);
    margin: 10px 0 0;
    font-weight: 700;
}
.view p
{
    font-family: Georgia,serif;
    font-style: normal;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px 20px;
}
.view a.info
{
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #1ba4ef;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}
.view a.info:hover
{
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
