 body.widget-snippet .footer-map{
        padding: 40px;
    }
    body.widget-snippet .map-picture-caption{
        display: block;
    }
    body.widget-snippet  .map-picture{
        text-align: left;
    }
    .widget-snippet .map-picture-caption{
        display: none;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .widget-snippet .map-picture{
        text-align: right;
    }
    .widget-snippet .footer-map .map-picture img {
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .widget-snippet .footer-map:hover .map-picture img {
        opacity: 0.05;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .widget-snippet .footer-map:hover .map-picture-caption{
        display: block;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        position: absolute;
        top: 90px;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
    }
    body.widget-snippet .footer-map .map-picture-caption{
        position: relative;
        top: 0;
        padding: 30px 0 0 0;
    }
 0;
        padding: 30px 0 0 0;
    }
