.title {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

.caption {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	padding: 20px 0;
}

.container {
	width: 100%;
	max-width: 920px;
	min-width: 440px;
	background: #transparent;
	margin: 0 auto;
}

.vid-container {
	position: relative;
	padding-bottom: 52%;
	padding-top: 28px; 
	height: 0; 
}
		 
.vid-container iframe,
.vid-container object,
.vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vid-list-container {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 0;
	padding-bottom: 0;
}

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

.vid-item {
	display: block;
	width: 210px;
	height: 200px;
	float: left;
	margin: 0;
	padding: 10px;
}

.vid-item2 {
	display: block;
	width: 210px;
	height: 118px;
	float: left;
	margin: 0;
	padding: 10px;
}

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

.thumb2 {
	/*position: relative;*/
	overflow:hidden;
	height: 118px;
}

.thumb img {
	width: 100%;
	position: relative;
}

.thumb2 img {
	width: 100%;
	position: relative;
}

.vid-item .vid-item2 .desc {
	color: #3B5998;
	font-size: 15px;
	margin-top:5px;
}

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

.vid-item2:hover {
	background: #BBBBBB;
	cursor: pointer;
}

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

.arrow-left {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	left: -25px;
	top: -130px;
	z-index: 99;
	cursor: pointer;
}

.arrow-right {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	right: -25px;
	top: -130px;
	z-index:100;
	cursor: pointer;
}

.arrow-left:hover {
	background: #CC181E;
}

.arrow-right:hover {
	background: #CC181E;
}


@media (max-width: 920px) {
	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;
	}
	.arrow-left {
		left: 0;
		top: -17px;
	}
		.arrow-right {
		right: 0;
		top: -17px;
	}
}