body.is_front.unlogged {
    background: url('/assets/video/mobilebg.jpg') no-repeat scroll center center / cover;
    min-width: 320px;
    /*margin: 0;*/
}

.banner {
    height: auto;
    background-size: cover !important;
}

.animatedBg {
    background-size: cover !important;
}

.form-type-1 {
    top: 180px;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.unlogged .footer {
    height: auto;
    min-width: 320px;
}

@media only screen and (max-width: 1445px) {
    video {
        min-width: 100% !important;
        min-height: 100% !important;
    }
}

@media only screen and (max-width: 767px) {

    body.is_front.unlogged{
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        background: none !important;
    }

    .banner {
        flex-grow: 1;
        min-height: 600px;
    }
    .form-type-1 {
        top: 70px;
    }
}