@media screen and (max-width: 575px) {
    .firstbig-row{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }  
    
    .firstbig-link{
        text-decoration: none;
        color:black;
    }

    .firstbig-link:hover{
        color:darkslategray;
    }

    .firstbig-row-item{
        width: 100%;
        max-height:fit-content;
        position: relative;
    }

    .firstbig-row-image {
        max-width: 700px;
        width: 100%;
        height: 250px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .firstbig-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bold;
        font-size: 13pt;
    }

    .firstbig-kitchen-time{
        display: block !important;
        font-size: 9pt;
        color: lightslategray !important;
    }
}

@media screen and (min-width: 576px) {
    .firstbig-row{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }  
    
    .firstbig-link{
        text-decoration: none;
        color:black;
    }

    .firstbig-link:hover{
        color:darkslategray;
    }

    .firstbig-row-item{
        max-width: 550px;
        width: 100%;
        max-height:fit-content;
        position: relative;
    }

    .firstbig-row-image {
        max-width: 700px;
        width: 100%;
        height: 300px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .firstbig-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bold;
        font-size: 13pt;
    }

    .firstbig-kitchen-time{
        display: block !important;
        font-size: 9pt;
        color: lightslategray !important;
    }
}

@media screen and (min-width: 640px) {
    .firstbig-row{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }  
    
    .firstbig-link{
        text-decoration: none;
        color:black;
    }

    .firstbig-link:hover{
        color:darkslategray;
    }

    .firstbig-row-item{
        max-width: 550px;
        width: 100%;
        max-height:fit-content;
        position: relative;
    }

    .firstbig-row-image {
        max-width: 700px;
        width: 100%;
        height: 361px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .firstbig-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bold;
        font-size: 13pt;
    }

    .firstbig-kitchen-time{
        display: block !important;
        font-size: 9pt;
        color: lightslategray !important;
    }
}

@media screen and (min-width: 992px) {
    .firstbig-row{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }  
    
    .firstbig-link{
        text-decoration: none;
        color:black;
    }

    .firstbig-link:hover{
        color:darkslategray;
    }

    .firstbig-row-item{
        max-width: 600px;
        width: 100%;
        max-height:fit-content;
        position: relative;
    }

    .firstbig-row-image {
        max-width: 700px;
        width: 100%;
        height: 361px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .firstbig-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bold;
        font-size: 13pt;
    }

    .firstbig-kitchen-time{
        display: block !important;
        font-size: 9pt;
        color: lightslategray !important;
    }
}