@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
.green-home-mobile, .contactus-mobile
{
    display:static !important;
}
}
@media only screen and (min-width: 768px) {
.green-home-mobile, .contactus-mobile
{
    display:none !important;
}
}