
/* 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;
}



