#filmButton {
    z-index: 2;
}

.date.header {
    color: #777 !important;
}

.michael.image {
    position: fixed;
    bottom: -2.2em;
    z-index: 0;
    pointer-events: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.michael.image img {
    pointer-events: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

@media all and (min-width: 601px)
{
    .name.header {
        font-size: 8em !important;
        margin-top: 16%;
    }

    .date.header {
        font-size: 3em !important;
        margin-top: -0.3em;
    }

    .michael.image {
        right: 7em;
        width: 512px !important;
    }
}
@media all and (max-width: 600px)
{
    .name.header {
        font-size: 3.3em !important;
        margin-top: 205px;
    }

    .date.header {
        margin-top: -10px;
        font-size: 1.5em !important;
        color
    }

    .michael.image {
        right: -3em;
        bottom: -5em;
        width: 360px !important;
    }
}

.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%;
}
