/* Footer image styling - added by Lucille@WPFixIt.com */
footer ul.footer-images li {
    display: inline-block;
    list-style: none;
    margin: 25px;
}
footer ul.footer-images li:nth-of-type(odd) {
    margin-left: 0;
}
footer ul.footer-images li:nth-of-type(even) {
    margin-right: 0;
} 

.video-title {
	margin-top: -50px;
}


.entry-content iframe {
	width: 500px;
	align-content: center;
}