section .container {
    padding-top: 50px;
}

.row {
    margin-bottom: 20px;
}

.block-picture-hover + img {
    display: block;
    width: 100%;
    height: 100%;
}

.block-picture-hover i {
    color: rgba(255,255,255,0.9);
    font-size: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}

#gallery .item {
    height: 200px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    background: #0d2446;
}

.block-picture {
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.block-picture:hover .block-picture-hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
}

.block-picture-hover {    
    background-color: #de8439;
    display: block;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    width: 100%;
}

@media (max-width: 767px) {

    section#gallery .container .row .col-sm-4 {
        margin-bottom: 20px;
    }

    section#gallery .container .row .col-sm-4:nth-of-type(3) {
        margin-bottom: 0px;
    }

    #gallery .item {
        width: 65%;
        height: auto;
    }

}
