/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

    .marco {
        background: url(marco.jpg) 0px 0px no-repeat;
        position: relative;
        width: 600px;
        height: 880px;
    }
    .marco::after {
        content: "";
        background: url(marco.jpg) -600px 0px no-repeat;
        opacity: 0;
        transition: opacity 0.5s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .marco:hover::after {
        opacity: 1;
        transition: opacity 0.5s;
    }
   .footer_logo {
        max-width: 100px;
    }