

ul.wpvs-browsing-category-select {
    display: flex;
    margin: 0;
    padding: 0 0 32px;
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: flex-start;
}

ul.wpvs-browsing-category-select li {
    display: block;
    flex-grow: 1;
    list-style: none;
    cursor: pointer;
    white-space: nowrap;
    margin-right: 5px;
    text-align: center;
}

ul.wpvs-browsing-category-select li a {
    display: block;
    padding: 8px 12px;
    background: #353535;
    border-radius: 15px;
}

.video-item {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    white-space: normal;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

#wpvs-search-videos .video-item {
    color: inherit;
}

.fade-out-item {
    opacity: 0;
}

.video-item-content {
    position: relative;
    overflow: hidden;
}
