.ss-videos {
	width: 980px;
}
.ss-videos .item h3 {
	text-align: center;
}
.ss-videos .item img {
	display: block;
}
.hero-video.item {
	margin: 40px auto;
}
@media screen and (max-width: 640px) {
	.ss-videos .item {
		margin: 40px auto;
	}
}

/* YouTube Widget */

.widget_sheshoppesco_videos_widget {
	margin: 40px auto;
}
.widget_sheshoppesco_videos_widget .one-third {
	max-width: 400px;
}
.sidebar-primary .widget_sheshoppesco_videos_widget .one-third,
.footer-widgets .widget_sheshoppesco_videos_widget .one-third {
	float: none;
	width: 100%;
	margin: 20px auto;
}
.widget_sheshoppesco_videos_widget img {
	display: block;
}
.widget_sheshoppesco_videos_widget .one-third,
a.ytimg {
	position: relative;
	display: block;
	text-align: center;
}
a.ytimg i {
	font-size: 35px;
	padding: 10px 5px 10px 15px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border: solid 3px rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: rgba(255, 255, 255, 0.7);
}
a:hover.ytimg i {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}