/*
* {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    position: relative;
}

section + section {
    margin-top: 1em;
}
*/

/*
.outer-embed-container.video-always-on-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transition: .5s;
    z-index: 5;
}
*/

.video-aside {
    position: fixed;
    bottom: 0;
    width: 30%;
    left: 0;
    transition: .5s;
    z-index: 100;
}


.video-aside.video-always-on-top .embed-container {
    /* height: 480px; */
    background-color: hsl(0,0%,10%);
    transition: .5s;
}



.video-aside.video-always-on-top .embed-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 854px;
}

/*
.video-aside .embed-container {
    height: 240px;
}
*/

/*
.content {
    top: calc(480px + 6em);
    padding: 1em;
    width: 60%;
    font-family: 'Tinos', serif;
    font-size: 1.2em;
}

*/