.ftco-gallery {
    padding: 0; }

.gallery {
    display: block;
    height: 350px;
    position: relative; }
    .gallery .icon {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        z-index: 0;
        opacity: 0;
        position: relative;
        background: #1eaaf1;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .gallery .icon span {
        color: #fff; }
    .gallery:hover .icon, .gallery:focus .icon {
        opacity: 1; }


.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.img {
    height: 150px;
    background-position: top center !important; }