.gallery-title {
    background: rgba(34, 34, 34, 1);
    padding: 5px 10px;
    margin-bottom: 0.5%;
}
.gallery-title h2 {
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}
.gallery-title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}
.gallery-title a, .gallery-title a:hover {
    margin: 0;
    color: #ccc;
    line-height: 25px;
}
.gallery-title a:hover {
    text-decoration: underline;
}
.gallery-title p {
    margin: 0;
    color: #ccc;
    line-height: 25px;
}
.gallery-title .title-link {
    margin-left: 10px !important;
}
.grid {
    margin-bottom: 30px;
}
.grid-sizer {
    width: 24.625%;
    height: 160px;
}
.gutter-sizer {width:0.5%;}
.grid-item {
    width: 24.625%;
    height: 160px;
    cursor: pointer;
    margin-bottom: 0.5%;
}
.grid-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.grid-item-width-0 { height: 80px; }
.grid-item-width-2 { height: 80px; }
.grid-item:nth-last-child(2) { height: 80px; }
.grid-item:nth-last-child(1) { height: 80px; }

@media only all and (max-width: 416px){
    .grid-item {
        width: 49.5%;
        height: 160px !important;
        cursor: pointer;
    }
}