@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

.snip1529 {
    background-color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    margin: 10px 2% 4% 1%;
    max-width: 250px;
    min-width: 200px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

.snip1529 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.snip1529 img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    opacity: 1;
}

.snip1529 figcaption {
    padding: 25px 20px 25px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.snip1529 .date {
    background-color: #50ab4e;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    min-height: 50px;
    min-width: 50px;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}

.snip1529 .date span {
    display: block;
    line-height: 14px;
}

.snip1529 .date .month {
    font-size: 11px;
}

.snip1529 .h3Reports {
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.4px;
    border: none;
    width: auto;
    background-color: #ffffff9c;
    padding: 10px 15px;
}

.snip1529 .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    background: #44a2d782;
    color: #ffffff;
    display: flex;
    font-size: 50px;
    justify-content: center;
    opacity: 0;
}

.snip1529 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.snip1529:hover .hover,
.snip1529.hover .hover {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
}

.snip1529:hover figcaption,
.snip1529.hover figcaption {
    opacity: 0;
}

.snip1529:hover .date,
.snip1529.hover .date {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* mobile */

@media only screen and  (max-width: 40em) {

    .snip1529 {
        float: none;
        margin: 10px auto 4% auto;
        max-width: 205px;
        min-width: 150px;
    }
}

