@media screen and (min-width: 992px) {
    .mkd-footer-column-3{
        figure{
            position: relative;
            img{
                position: absolute;
                width: 360px;
                height: auto;
                max-width: max-content;
                right: 0;
            }
        }
    }
}

@media screen and (min-width: 1200px) {
    .mkd-footer-column-3{
        figure{
            position: relative;
            img{
                width: 390px; 
            }
        }
    }
}