.home .mf-title img { width: 50%!important; }

@media screen and (max-width: 1133px) {
    .home .mf-title img { width: 50%; }
}

@media screen and (max-width: 700px) {
    .home .mf-title img { width: 80%; }
}