
/* @media screen and (max-width:1600px) {
    #second-row,.h-70p, .h-25, .h-95p {
        height: fit-content !important;
    }
    .custom-col-xl-2{
        flex-direction: row !important;
    }

    .custom-col-xl-2 > div{
        width: 50%;
        margin-bottom: 0.25rem;
    }
}
*/

@media screen and (max-width:1600px) {
    .navbar {
        height: auto !important;
        zoom: 70%;
    }
    
}

@media screen and (max-width:1200px) {
    .navbar {
        height: auto !important;
        zoom: 60%;
    }
    
}

@media screen and (max-width:768px) {
    .navbar {
        height: auto !important;
    }
    .custom-col-xl-2{
        flex-direction: column !important;
    }

    .custom-col-xl-2 > div{
        width: 100%;
    }
} 

@media screen and (min-width: 1921px) and (min-height: 915px){
    .h-20p {
        height: 100% !important;
    }
    .h-95p {
        height: 100%;
    }
}
