
.h-screen {
    /*height: auto !important;*/
}

.min-h-screen {
    min-height: 75vh !important;
}

.\32xl\:max-w-7xl {
    max-width: 120vw;
}

.\xl\:max-w-4xl {
    max-width: 70vw;
    margin-top: 5%;
}

.opacity-75 {
    opacity: 0.75;
}

.bg-gray-500 {
    background: lightgray;
}

.\rtl\:right-auto {
    right: 7px;
    top: 7px;
}

.max-w-\[14rem\] {
    width: 14rem !important;
}

/*.bg-gray-500 {*/
/*    opacity: 0.1 !important;*/
/*}*/

@media (min-width: 640px) {

    .sm\:align-middle {
        vertical-align: middle;
    }

    .sm\:h-screen {
        /*height: 50vh;*/
    }

    .sm\:inline-block {
        display: inline-block !important;
    }

}


