.banner-video{
	background: url(../images/banner-video.jpg) center center no-repeat;
}


#videos{
	width: 1440px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0;
}

#videos li{
	width: 464px;
	height: 100%;
	overflow: hidden;
	float: left;
	font-size: 14px;
	margin: 0 24px 24px 0;
}

#videos li:nth-child(3n){
	margin-right: 0;
}

#videos li iframe{
	width: 464px;
	height: 288px;
	display: block;
}

#videos li section{
	height: 100%;
	overflow: hidden;
	padding: 10px;
	border-top: none;
	background: #e5e9f1;
}

#videos li h3{
	font-weight: normal;
}

.product-image{
	width: 60px;
	height: 60px;
	margin-right: 10px;
	float: left;
}

.product-title{
	width: 374px;
	line-height: 30px;
	float: right;
}

.product-title h3{
	width: 374px;
	height: 30px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
}

.product-title p a{
	color: #999;
}


@media (max-width: 960px){
	.banner-video{
		background-size: 200%;
        background-position: top center;
	}

	#videos{
		width: auto;
		padding: 2rem 1rem;
	}

	#videos li{
		width: 100%;
		float: left;
		margin: 0 2rem 2rem 0;
	}

	#videos li iframe{
		width: 100%;
		height: 326px;
		display: block;
	}

	.product-title{
		width: auto;
		font-size: 1rem;
		line-height: 2rem;
		float: left;
	}
}