


/* Center all videos and images in the footer */
#Footer iframe,
#Footer img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
/* Decorative spacing for footer videos */
#Footer iframe {
    margin-bottom: 35px !important;
    padding: 10px 0 !important;
}
#Footer img {
    margin-bottom: 25px !important;
    padding: 10px 0 !important;
}
