.video-js {
}

.vjs-playlist,
.my-custom-class,
#my-custom-element {
    width: 200px;
}

.vjs-playlist.vjs-playlist-horizontal {
    float: none;
    height: 120px;
    width: 100%;
}

.vjs-playlist-horizontal .vjs-playlist-item-list {
    margin-top: 10px;
    text-align: center;
}

.vjs-playlist .vjs-playlist-thumbnail-placeholder {
    background: rgba(0, 0, 0, .5) !important;
}

.vjs-playlist .vjs-selected {
    background: rgba(0, 0, 0, .5) !important;
}

.container {
    padding: 5px;
}

.logo {
    margin-top: 3px;
    margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.vjs-playlist .vjs-playlist-name {
    padding: 0 0 72px 2px;
    font-weight: 700;
}





