section#video{
    position: relative;
}

section#video i{
    position: absolute;
    font-size: 60px;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #54b4ddba;
}

section#video svg{
    position: absolute;
    fill: #f7f9fd;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

section#video svg .st0{
    opacity: .12;
}

section#video svg .st1{
    opacity: .18;
}

section#video svg .st2{
    opacity: .24;
}

section#video a{
    height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#video a video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}