  .custom-youtube-playlist {
	background: #232323;
	position: relative;
}
.vid-container iframe,
.vid-container object,
.vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vid-list-container {
	width: calc(100% - 60px);
	overflow: hidden;
	margin-left: 30px;
	margin-right: 30px;
}

.vid-list {
	position: relative;
	top:0;
	left: 0;
	overflow: auto;
	white-space: nowrap;
	scroll-behavior: smooth;
}
.vid-item {
	width: 148px;
	display: inline-block;
	margin: 0;
	padding: 15px 10px;
	cursor: pointer;
	border: none;
	background: none;
}
.vid-item:hover .desc {
	color: #CCB486;			
}
.vid-item.active, .vid-item:focus {
	background: black;			
}
.thumb {
	overflow:hidden;
	height: 72px;
}

.thumb img {
	width: 100%;
}

.vid-item .desc {
	color: #bbbbbb;
	font-size: 15px;
	margin-top: 5px;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	    white-space: normal;
}
.arrows {
	position: relative;
	top: -124px;
	width: 100%;
}

.arrow-left {
	color: #fff;
	position: absolute;
	padding: 13px 12px 11px 12px;
	left: 0px;
	z-index: 99;
	cursor: pointer;
	border-radius: 3px;
	top: 33px;
}
.arrow-right {
	color: #fff;
	position: absolute;
	padding: 13px 12px 11px 12px;
	right: 0px;
	z-index: 100;
	cursor: pointer;
	border-radius: 3px;
	top: 33px;
}