.ms-gallery-template .ms-gallery-botcont {
	height: 200px;
	background: none;
	color: #777;
	font-weight: 200;
	font-family: "Open+Sans", sans-serif;
	font-size: 16px;
	position: relative;
}



.ms-gallery-template .ms-slide-info {
	padding: 0px 35px;
	margin-top: -20px;
	position: relative;
	float: left;
	width: 97%;
}


.ms-gallery-template .ms-time-bar {
	height: 4px;
	background: rgba(255, 255, 255, 0.7);
}



@media (max-width: 570px) {
	.ms-gallery-template .ms-slide-info {
		display: none;
	}
}

/* Layers */
.ms-layer.video-title {
    font-family: "Open+Sans",sans-serif;
    color: #333333;
    font-weight: 400;
    font-size: 42px;
    left-margin:20px;
    letter-spacing:0px;
}

.ms-layer.video-title.video-top-title {
    font-size: 16px;
    color: #FFF;
}

.ms-layer.video-title.video-sub-title {
    font-size: 22px;
    font-weight: 300;
}

