﻿body {
    background: #fff;
}

video {
    width: 110%;
    position: relative;
    border: 0;
    top: -50px;
    left: -50px;
}

.dvFields{
}

    .dvFields:before {
        
    }

@media (max-width: 1024px) {
    .container {
        margin-top: 10px !important;
    }

    video {
        width: 80% !important;
        margin: auto;
        display: block;
        margin-top: 0px !important;
        position: initial !important;
    }
}
