@media only screen and (min-width: 0px) and (max-width: 480px) {

    #footer_link img {
        width: 23%;
        height: 65px;
        object-fit: cover;
    }
}