// VIDEO
.video{
    overflow: hidden;
    position: relative;
    margin-top: 1.5rem;
    padding-bottom: percentage(9/16);
    height: 0;
    background: $grey--dark;

    iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
}
