body
{
    margin: 0px auto;
}
section
{
    position: fixed;
}
.video-full
{
    height: 99.4vh !important;
    object-position: 80% 50%;
    width: 100%;
    object-fit: cover;
}
.footer-contact
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom , rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.973));
}
.footer-contact p, span, ul, li, a::before {
    color: white !important;
    font-weight: 300;

}