﻿  body {
        background-size: cover !important;
        min-height:90vh!important;
    }



@media only screen  and (max-width: 700px) {
    body {
        background-size: auto!important;
        min-height:80vh!important;
    }

}



