*, body {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}

body {
    background-color: #fff;
}

h1 {
    text-align: right;
    padding: 20px;
    color: #fff;
    font-size: 64px;
}

.header {
    margin: 0;
    background-color: #4dbce9;
    background-image: url(profile.png);
    background-repeat: no-repeat;
    height: 172px;
}

@media (max-width: 1260px) {
    h1 {
        display: none;
    }
}

@media (max-width: 900px) {
    .header {
        height: 100px;
        background-size: auto 100px;
    }
}

.outer {
    margin: 0;
    margin-top: 50px;
    width: 100%;
}

.container {
    margin: 0 auto;
    width: 70%;
    height: auto;
}

video {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.embed-container {
    position: relative;
    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%;
}
