.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}

.limelight-outer-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.limelight-outer-wrapper.ratio-4x3
{
	padding-bottom: 75%;
}

.limelight-outer-wrapper.ratio-3x2
{
	padding-bottom: 66.667%;
}

.limelight-outer-wrapper.ratio-21x9
{
	padding-bottom: 42.85%;
}

.limelight-outer-wrapper.ratio-1x1
{
	padding-bottom: 100%;
}

.limelight-outer-wrapper .limelight-player {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: auto !important;
	height: auto !important;
}

.limelight-outer-wrapper .video-js .vjs-current-time, .limelight-outer-wrapper .vjs-no-flex .vjs-current-time {
  display: block !important;
}

.vjs-limelight-picker .vjs-limelight-channels-container, .vjs-limelight-picker .vjs-limelight-playlist-container {
	overflow-y: auto !important;
}

.limelight-outer-wrapper .vjs-limelight-picker .vjs-limelight-playlist-item {
	height: auto !important;
}

.limelight-outer-wrapper .vjs-limelight-picker .vjs-limelight-playlist-item .vjs-limelight-title {
	padding: 1em 0 !important;
	margin-left: 1em !important;
}

.limelight-outer-wrapper .vjs-limelight-picker .vjs-limelight-playlist-thumbnail {
	display: none !important;
}

.limelight-outer-wrapper .vjs-limelight-picker .vjs-limelight-description {
	height: auto !important;
  display: none;
}

.limelight-outer-wrapper .vjs-control-bar {
	z-index: 99;
  background-color: #2b333f !important;
}

/* Set background color for playlist items */
.vjs-limelight-picker .vjs-limelight-playlist-container, .vjs-limelight-picker .vjs-limelight-playlist-item {
  background-color: #01416f !important;
}

/* Set background color of the selected item in playlist */
.vjs-limelight-picker .vjs-limelight-selected {
  background-image: none !important;
  background-color: #3f69bb !important;
}

/* AUDIO PLAYER */

.limelight-outer-wrapper.ls-audio-player .vjs-limelight-big-play {
    z-index: 25;
}

.limelight-outer-wrapper.ls-audio-player .vjs-tech {
    z-index: 24;
}

.limelight-outer-wrapper.ls-audio-player .vjs-poster {
	opacity: 1 !important;
	display: inline-block !important;
    z-index: 23;
}

.limelight-outer-wrapper.ls-audio-player .vjs-control-bar {
	opacity: 1 !important;
}

/* AUDIO PLAYLIST */

.limelight-outer-wrapper.ls-audio-playlist {
	position: relative;
	width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.limelight-outer-wrapper.ls-audio-playlist .vjs-tech {
    display: none !important;
}


.limelight-outer-wrapper.ls-audio-playlist .vjs-limelight-picker {
    background-color: #3f69bb !important;
}

.limelight-outer-wrapper.ls-audio-playlist .vjs-control-bar {
	opacity: 1 !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	pointer-events: all;
}

.limelight-outer-wrapper.ls-audio-playlist .vjs-limelight-viewport {
    height: 130px !important;
    top: auto !important;
    bottom: 0 !important;
    pointer-events: none;
}

.limelight-outer-wrapper.ls-audio-playlist .vjs-poster, .ls-audio-playlist .vjs-limelight-big-play {
	opacity: 0 !important;
}

.limelight-outer-wrapper.ls-audio-playlist .video-js {
	background: transparent;
}

/* VIDEO PLAYLIST */

.limelight-outer-wrapper.ls-video-playlist
{
	padding-bottom: 100%;
  	padding-top: 0;
}

.limelight-outer-wrapper.ls-video-playlist .vjs-limelight-viewport
{
	height: 56.25% !important;
}

.limelight-outer-wrapper.ls-video-playlist .vjs-limelight-picker
{
	height: 43.75% !important;
}

@media (min-width: 768px)
{

	.limelight-outer-wrapper.ls-video-playlist
	{
		padding-bottom: 100%;
	}

	.limelight-outer-wrapper.ls-video-playlist .vjs-limelight-viewport
	{
		height: 56.25% !important;
	}

	.limelight-outer-wrapper.ls-video-playlist .vjs-limelight-picker
	{
		height: 43.75% !important;
	}

}
