
#sfcg-media-gallery {
    /* width: 790px; */
    /* height: 444px; */
	width: 640px;
	height: 360px;
	display: inline-block;
}

.sfcg-media-playlist {
    /* width: 344px; */
    /* height: 444px; */
	width: 290px;
	height: 360px;
	float: right;
}
#sfcg-media-container {
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* ----------- Bootstrap Columns ----------- */

@media (max-width: 991px) {
    #sfcg-media-gallery___ {
	width: 100%;
	height: auto;
    }
    .sfcg-media-playlist___ {
	width: 100%;
	height: 300px;
	float: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #sfcg-media-gallery___ {
	width: 640px;
	height: 360px;
	display: inline-block;
    }

    .sfcg-media-playlist___ {
	width: 290px;
	height: 360px;
	float: right;
    }
}

/* ----------- SFCG Columns ----------- */

@media screen and (max-width: 649px) {
    #sfcg-media-gallery {
		width: 100%;
		height: auto;
    }
    .sfcg-media-playlist {
		width: 100%;
		height: 300px;
		float: none;
    }
}


.sfcg-media-playlist ul::-webkit-scrollbar {
    width: 6px;
}

.sfcg-media-playlist ul::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.sfcg-media-playlist ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.sfcg-media-playlist {
    background: rgba(0, 0, 0, 0.8);
    position: relative;
}

.sfcg-media-playlist .plyr-playlist {
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    margin-top: 0;
    padding: 0 4px;
    width: 100% !important;
    height: 100%;
    box-sizing: border-box;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 8px 0px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 8px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 8px 0px inset;
}

.sfcg-media-playlist ul {
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.sfcg-media-playlist ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sfcg-media-playlist .plyr-playlist li {
    list-style: none;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 0px;
    margin: 0 0 3px 0;
    font-size: 90%;
}

.sfcg-media-playlist .plyr-playlist li.pls-playing,
.sfcg-media-playlist .plyr-playlist li:hover {
    color: #3498db;
    background-color: rgba(255, 255, 255, 0.09);
}

.sfcg-media-playlist .plyr-playlist li.pls-playing a {
    color: #fff;
}

.sfcg-media-playlist .plyr-playlist li a {
    text-decoration: none;
    color: #555;
    display: block;
    padding: 10px 0;
    outline: none;
    padding: 0.75em 0.25em 0.5em 0.75em;
    font-size: 0.8em;
    line-height: 1.3em;
	font-weight: 300;
    vertical-align: middle;
    padding-bottom: 10px;
}

.sfcg-media-playlist .plyr-playlist li:last-child a {
    border-bottom: 0;
}

#sfcg-media-container .plyr-playlist li a:hover,
#sfcg-media-container .plyr-playlist li a:focus,
#sfcg-media-container .plyr-playlist li a:active {
    color: #3399cc;
}

#sfcg-media-container td {
	vertical-align: middle;
}

#sfcg-media-container .plyr-miniposter {
    width: 100px;
	max-width: 100px;
    height: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

#sfcg-media-container .plyr-type-playlist plyr-playlist a.plyr-playlist-item-remove {
    float: right;
    margin-right: 15px;
    background-color: transparent;
}

#sfcg-media-container .plyr-prev {
    margin-right: 0 !important;
}

#sfcg-media-container .plyr-next {
    margin-left: 0 !important;
}

#sfcg-media-container .plyr__controls [data-plyr="play"] {
    margin-left: 0 !important;
}

#sfcg-media-container .plyr-playlist li table {
    margin-bottom: 10px;
}

#sfcg-media-container .plyr-playlist li span {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.1em;
}

#sfcg-media-container .plyr__play-large {
    /* padding: 40px; */
}