
.ms-partialview-template .ms-slide-info {
	text-align: center;
	margin-top: 20px;
	width: 100%;
	height:200px;
	/*background-color:#000;*/
	padding-left:3%;
	padding-right:3%;
}

 /*.ms-partialview-template .ms-slide-info h3 {
	margin: 5px;
	font-weight: 300;
	font-size: 24pt;
	font-weight:400;
	color: #20558b;
}

.ms-partialview-template .ms-slide-info h4 {
	margin: 5px;
	font-weight: 300;
	font-size: 14pt;
	color: #7A7A7A;
}

.ms-partialview-template .ms-slide-info p {
	font-size: 10pt;
	margin: 6px;
}*/

/* Layers */
.ms-layer.video-title {
    /*font-family: "Lato",sans-serif;*/
    color: white;
    font-weight: 600;
    font-size: 42px;
    margin:0px;
    letter-spacing:0px;
}

.ms-layer.video-title.video-top-title {
    font-size: 16px;
    color: gray;
}

.ms-layer.video-title.video-sub-title {
    font-size: 22px;
    font-weight: 300;
}

@media screen and (max-width: 480px ) {
.ms-partialview-template .ms-slide-info {
	height:260px;
	/*background-color:#000;*/
}
}