.menu-item .item-thumb img{
    width: 100% !important;
    height: 100% !important;
    max-height: 150px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: contain !important;
}


@media only screen and (max-width: 480px){
    .menu-item .item-thumb img{
        width: 100% !important;
        height: 300px !important;
        /* max-height: 800px; */
        position: relative !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        object-fit: contain !important;
    }
    .item-description::after {
        content: "";
        text-align: left;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 20%;
        height: 1.2em;
        background: contain !important;
    }
}

@media only screen and (max-width: 768px){
    .menu-item .item-thumb img{
        width: 100% !important;
        height: 300px !important;
        /* max-height: 100px; */
        position: relative !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        object-fit: contain !important;
    }
    .item-description::after {
        content: "";
        text-align: left;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 20%;
        height: 1.2em;
        background: none !important;
    }
}

@media screen and (min-width: 1025px) {
    #menu-items ul li.group, #menu-items ul li.single {
        border: 1px solid #ccc;
        width: 30%;
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0px 0px 50px 3%;
        min-height: 150px;
        /* padding: 10px; */
    }
}

@media screen and (max-width: 991px) {
    #menu-items ul li.group, #menu-items ul li.single {
        /* padding: 10px !important; */
    }
}