.content iframe {
    max-width: 100%;
}

.content .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.content .videoWrapper object,
.content .videoWrapper embed,
.content .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-left img {
    width: 4.125em;
}

.footer-left__logo {
    width: 4.5em;
    height: 4.5em;
    margin: 0 auto 0.9375em;
    display: block;
}

.footer-left__text {
    text-align: center;
}

html body {
    background-image: none;
}
