.hewa-listbar-container {
    background: none;
}

.hewa-listbar {
    list-style: none;
    padding: 4px;
    margin: 0;
    width: 240px;
    height: 100px;
}

.hewa-listbar li {
    display: block;
    height: 78px;
    margin-bottom: 8px;
    border-bottom: 1px solid gray;
    overflow: auto;
}

.hewa-listbar li a {
    display: block;
    white-space: nowrap;
}

.hewa-listbar li a img {
    float: left;
    width: 120px;
    height: 70px;
    margin: 0 4px;
}

.hewa-listbar li a div {
    white-space: normal;
    line-height: 12px;
    font-size: 11px;
    font-weight: 600;
}

@media (min-width: 640px) {

    .hewa-container {
        display: table;
        width: 100%;
    }

    .hewa-player-container {
        display: table-cell;
        width: 100%;
    }

    .hewa-listbar-container {
        display: table-cell;
        vertical-align: top;
        width: 240px;
    }

    .hewa-listbar {
        overflow: auto;
    }
}

@media (max-width: 640px) {

    .hewa-container, .hewa-listbar-container {
        display: block;
        width: 100%;
    }

    .hewa-listbar {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        margin: 0;
    }

    .hewa-listbar li {
        display: inline-block;
        list-style: none;
        width: 220px;
        padding: 5px 10px 0 0;
        vertical-align: top;
    }
}