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

.widget#mobile_view {
  display: block !important;
  text-align: center;
  font-size:400%
}

}