.w-fit {
    width: fit-content !important;
}

.h-fit {
    height: fit-content !important;
}

.h-30vw {
    height: 30vw;
}

.h-70vw {
    height: 70vw;
}

/* For medium */
@media (min-width: 769px) {
    .h-md-20vw {
        height: 20vw !important;
    }

    .h-md-21vw {
        height: 21vw !important;
    }

    .h-md-25vw {
        height: 25vw !important;
    }

    .h-md-50vw {
        height: 50vw !important;
    }
}

/* For large */
@media (min-width:992px) {
    .h-lg-20vw {
        height: 20vw !important;
    }
}