.h-60{
    height: 60%;
}

.h-40{
    height: 40%;
}

@media all and (min-width: 991px){
    .h-md-60{
        height: auto!important;
    }



}



@media all and (min-width: 576px){
    .h-sm-60{
        height: 60%!important;
    }

    .h-sm-100{
        height: 100%;
    }
}

.min-height-200{
    min-height: 200px;
}