body{
    background-image:url(../images/image7.jpg);
    background-attachment: fixed;
    background-size:cover;
    background-repeat:no-repeat;

    font-family:Arial;
}

.container {
    background: #fff;
    box-shadow:0 0 3px #000;
}

.legal-links {
    border-top:1px solid #ccc;
    height:50px;
}

h1 {
    margin-bottom:30px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 768px) {
    h1 {
        font-size:30px;
    }
}

@media all and (max-width: 574px) {
    h1 {
        font-size:20px;
    }
}