.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.max-height-24 {
    max-height: 24px !important;
    overflow: hidden !important;
}

.max-height-42 {
    max-height: 42px !important;
    overflow: hidden !important;
}

.max-height-50 {
    max-height: 50px !important;
    overflow: hidden !important;
}

.height-50 {
    height: 50px !important;
    max-height: 50px !important;
    min-height: 50px !important;
}

.width-20 {
    width: 20px !important;
    max-width: 20px !important;
    min-width: 20px !important;
}

.width-24 {
    width: 24px !important;
    max-width: 24px !important;
    min-width: 24px !important;
}

.width-36 {
    width: 36px !important;
    max-width: 36px !important;
    min-width: 36px !important;
}

.width-48 {
    width: 48px !important;
    max-width: 48px !important;
    min-width: 48px !important;
}

.width-50 {
    width: 50px !important;
    max-width: 50px !important;
    min-width: 50px !important;
}

.width-70 {
    width: 70px !important;
    max-width: 70px !important;
    min-width: 70px !important;
}

.width-80 {
    width: 80px !important;
    max-width: 80px !important;
    min-width: 80px !important;
}

.width-100 {
    width: 100px !important;
    max-width: 100px !important;
    min-width: 100px !important;
}

.width-105 {
    width: 105px !important;
    max-width: 105px !important;
    min-width: 105px !important;
}

.width-110 {
    width: 110px !important;
    max-width: 110px !important;
    min-width: 110px !important;
}

.width-120 {
    width: 120px !important;
    max-width: 120px !important;
    min-width: 120px !important;
}

.width-150 {
    width: 150px !important;
    max-width: 150px !important;
    min-width: 150px !important;
}
