/* styles responsive YouTube Gallery with scrolling thumbnails */
/** /www.woosterwebdesign.com/responsive-youtube-player-with-playlist/ **/

/*  VIDEO PLAYER CONTAINER
############################### */
.vid-container {
	position: relative;
	padding-bottom: 52%;
	padding-top: 30px; 
	height: 0; 
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*  VIDEOS PLAYLIST 
############################### */
.vid-list-container {
	width: 92%;
	overflow: hidden;
	margin-top: 26px;
	margin-left:4%;
	padding-bottom: 20px;
}

.vid-list {
	width: 6000px;
	position: relative;
	top:0;
	left: 0;
}

/* div.vid-item:last-child::after {
	content: url('/_resources/snippet-content/youtube-gallery/y-u-no.png') "Why you no stop scrolling?!";
    margin-left: 1100px;
    position: absolute;
    margin-top: -72px;
} */

.vid-item {
	display: block;
	width: 148px;
	height: 148px;
	float: left;
	margin: 0;
	padding: 10px;
	background: transparent;
	text-transform: none;
	border:none;
}

.thumb {
	/*position: relative;*/
	overflow:hidden;
	height: 84px;
}

.thumb img {
	width: 100%;
	position: relative;
	top: -13px;
}

.vid-item .desc {
	color: #002244;
	font-size: 15px;
	margin-top:5px;
	font-family:"Verlag A","Verlag B","Verlag-Book",Helvetica,Arial,sans-serif;
	font-weight:bold;
}

.vid-item:hover {
	background: #e7e5e2;
	cursor: pointer;
}

.arrows {
	position:relative;
	width: 100%;
}

.arrow-left {
	color: #989694;
	position: absolute;
	padding: 15px;
	left: -25px;
	top: -130px;
	z-index: 99;
	cursor: pointer;
	background:  #e7e5e2 url('/_resources/snippet-content/youtube-gallery/icon-left-01.svg');
	background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center; 
}

.arrow-right {
	color: #989694;
	position: absolute;
	padding: 15px;
	right: -25px;
	top: -130px;
	z-index:100;
	cursor: pointer;
	background:  #e7e5e2 url('/_resources/snippet-content/youtube-gallery/icon-right-01.svg');
	background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center; 
}

.arrow-left:hover {
	background:  #dbd8d4 url('/_resources/snippet-content/youtube-gallery/icon-left-01.svg');
	background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center; 
}

.arrow-right:hover {
	background:  #dbd8d4 url('/_resources/snippet-content/youtube-gallery/icon-right-01.svg');
	background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center; 
}

		p.youtube-block {line-height:0 !important;}
		p.youtube-block a {height:200px; !important;}
		p.youtube-block img:hover {outline: 8px solid black; outline-offset: -8px;}
		p.youtube-block img {margin:0 !important;}

@media (max-width: 624px) {
/*	body {
		margin: 15px;
	} */
	.caption {
		margin-top: 40px;
	}
	.vid-list-container {
		padding-bottom: 20px;
	}

	/* reposition left/right arrows */
	.arrows {
		position:relative;
		margin: 0 auto;
		width:96px;
		margin-bottom:72px;
	}
	.arrow-left {
		left: 0;
		top: -17px;
	}

	.arrow-right {
		right: 0;
		top: -17px;
	}
}
