div.fwidget div.wText {
    margin-bottom: -20%;
    padding: 0;
}
/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 520px) and (max-width: 767px) {
   div.wText {
        display: none !important;
    }
}



/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    div.wText {
        display: none !important;
    }
}