﻿.head-form {
    display: none!important
}

.container {
    max-height: 80vh !important;
}

@media (max-width: 765px) {
    .head-form {
        display: flex!important
    }
}

@media (min-width: 768px) {

    .content-partial {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .container {
        max-height: 75vh !important;
    }

}