@media (min-width:769px){
    #footercontent {
        position: absolute;
        width: 100%;
        /* bottom: 0; */
    } 
    #maincontent {
        /* height: 100%; */
        min-height: 73vh; 
        display: block;
        /* position: relative; */
        padding-bottom: 0px;
    }
}
