.embed-container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#main {
    background-position:left top;
    background-repeat:repeat;
    background-image: url("images/bg.static.jpg") !important;
}

h1.djr-title {
    color: #4ae448;
    font-size: 60px;
    font-family: 'GoodDog';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    margin-top: .1em;
    margin-bottom: 0.5em;
    text-align: center;
}
