/* Desktop breakpoint makes the photo-hover behaviour reliable in every desktop browser. */
@media (min-width: 992px) {
    html body .about-our-work.actions-bottom-big .light_out > .container > .row:first-child > .col-md-6:first-of-type:hover > img {
        transform: scale(1.065) translateZ(0);
    }
}
