.ms-partialview-template .ms-slide-info {
	text-align: center;
	font-family: "Lato";
	margin-top: 20px;
	width: 100%;
}

.ms-partialview-template .ms-slide-info h3 {
	margin: 16px;
	font-family:"ar_bonnieregular";
	font-size: 45px;
	font-weight:normal;
	color: #fff;
	text-align:center;
}

.ms-partialview-template .ms-slide-info h4 {
	margin: 5px;
	font-weight: 300;
	font-size: 14pt;
	color: #7A7A7A;
	text-align:center;
}

.ms-partialview-template .ms-slide-info p {
	font-size: 15px;
	margin: 6px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
}	

/* 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;
}
.ms-partialview-template a:link {
	text-decoration: none;
	color: #fff;
}
.ms-partialview-template a:visited {
	text-decoration: none;
	color: #fff;
}
.ms-partialview-template a:hover {
	color: #fff;
	text-shadow: 0 0 6px #eeeeee;
	text-decoration:none;
}
.ms-partialview-template a:active {
	text-decoration: none;
	color: #fff;
}