.content {
    padding-top: 120px !important;
}
.header {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 101% 100%;
}
.header .logo {
    width: 70%;
    position: static;
}
.orangebox {
    height: 110px;
}
.orangebox h1 {
    font-size: 26px;
    padding-top: 0;
}
.orangebox h3 {
    font-size: 16px;
    bottom: 7px;
}
.footer {
    margin: 0!important;
}
.media-frame {
    position: relative;
    width: 100%;
    height: 425px;
}
.media-frame.extend {
    height: 425px;
}
#media-footage, .media-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#media-footage {
    background-color: #000;
}
.media-cover {
    display: flex;
    background: url(img/background_home.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.d-none {
    display: none !important;
}
.media-cover img {
    max-width: 100%;
    max-height: 100%;
}
.media-cover .person {
    position: absolute;
    bottom: 0;
    right: 0;
}