@media only screen and (max-width: 480px) {
#empty_home_portfolio {
    display: none;
}

#empty_home_services {
    display: none;
}
    
#empty_home_feature_1 {
    display: none;
}

#empty_home_feature_2 {
    display: none;
}

#empty_home_client {
    display: none;
}}

.footer img {
    width: 130px !important;
}