.w3-pointer {
    cursor: pointer;
}
.stationOuter {
    width:160px; 
    height:170px; 
    display:inline-grid;
}
.stationLabel {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    height: 36px;
}
.stationImage {
    background-color: white; 
    height: 134px;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: contain; 
}
#streammain {
    width: 100%;
    height: 60px;
}