body {
    margin: 0;
}

.vz-wrapper {
    position: relative;
    height: 100vh;
    width: 100%;
    /*background: -webkit-gradient(radial, center center, 0, center center, 460, from(#396362), to(#000000));*/
    /*background: -webkit-radial-gradient(circle, #721408, #000000);*/
    /*background: -moz-radial-gradient(circle, #721408, #000000);*/
    /*background: -ms-radial-gradient(circle, #721408, #000000);*/
    box-shadow: inset 0 0 160px 0 #000;
    cursor: pointer;
    overflow: hidden;
}

.vz-wrapper.-canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: initial;
    width: initial;
    background: transparent;
    box-shadow: none;
}

@media screen and (min-width: 420px) {
    .vz-wrapper {
        box-shadow: inset 0 0 200px 60px #000;
    }
}

.profile_animated_background {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}

.profile_animated_background > video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
}