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

.WLTV-Navigation {
    display: table;
  }
  
.WLTV-Navigation tr {
    display: grid;
  }
  
.WLTV-Navigation td {
    border-bottom: solid 1px #fff;
  }

.WLTV-Infobox {
    width: 100% !important;
    padding: unset !important;
    text-align: center;
  }

.WLTV-hidemobile {
    display: none;
  }

}