﻿.video {
    position: absolute;
    left: 0%;
    z-index: -500%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}
html, body {
    height: 100%;
    margin-bottom: 0;
    min-height: 20%;
}

body {
    display: flex;
    align-items: center;
}
.field-icon {
    float: right;
    padding-right:8px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}