@media screen and (max-width: 505px) {
    .beta-row{
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        gap: 15px;
    }
    
    .beta-row-item {
        max-width: 260px;
        width: 100%;
        max-height: fit-content;
    }
    
    .beta-row-image {
        max-width: 260px;
        width: 100%;
        height: 100px;
        object-fit: cover;
        image-rendering: high-quality;
    }
    
    .beta-row-title{
        width: 100%;
        color:black !important;
    }
    
    .beta-row-title-margin {
        margin: 3px;
    }
    
    .beta-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 13pt;
    }
    
    .beta-row-subheader {
        font-weight: bold;
        font-size: 10pt;
        display: none;
    }
    
    .beta-row-info {
        font-weight:light;
        font-size: 12pt;
    }

    .category {
        background-color: darkslategrey !important;
        color: white;
        font-weight:bold;
        font-size: 7pt;
        padding: 3px 5px 3px 5px;
        text-transform: uppercase;
        border-radius: 3px;
    }
}

@media screen and (min-width: 506px) {
    .beta-row{
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        gap: 15px;
    }
    
    .beta-row-item {
        max-width: 290px;
        width: 100%;
        max-height: fit-content;
    }
    
    .beta-row-image {
        max-width: 290px;
        width: 100%;
        height: 165px;
        object-fit: cover;
        image-rendering: high-quality;
    }
    
    .beta-row-title{
        width: 100%;
        color:black !important;
    }
    
    .beta-row-title-margin {
        margin: 3px;
    }
    
    .beta-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 13pt;
    }
    
    .beta-row-subheader {
        font-weight: bold;
        font-size: 10pt;
        display: none;
    }
    
    .beta-row-info {
        font-weight:light;
        font-size: 12pt;
    }
}

@media screen and (min-width: 640px) {
    .beta-row{
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        gap: 15px;
    }
    
    .beta-row-item {
        max-width: 372px;
        width: 100%;
        max-height: 200px;
        position: relative;
    }
    
    .beta-row-image {
        max-width: 372px;
        width: 100%;
        height: 200px;
        object-fit: cover;
        image-rendering: high-quality;
    }
    
    .beta-row-title{
        position: absolute;
        width: 100%;
        padding: 12px;
        bottom: 0px;
        left: 0px;
        color:white !important;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    }
    
    .beta-row-title-margin {
        margin: 3px;
    }
    
    .beta-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 15pt;
    }
    
    .beta-row-subheader {
        font-weight: bold;
        font-size: 10pt;
        display: none;
    }
    
    .beta-row-info {
        font-weight:light;
        font-size: 12pt;
    }
}

@media screen and (min-width: 768px) {
    .beta-row{
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        gap: 15px;
    }
    
    .beta-row-item {
        max-width: 570px;
        width: 100%;
        max-height: fit-content;
    }
    
    .beta-row-image {
        max-width: 570px;
        width: 100%;
        height: 230px;
        object-fit: cover;
        image-rendering: high-quality;
    }
    
    .beta-row-title{
        width: 100%;
        color:white !important;
    }
    
    .beta-row-title-margin {
        margin: 3px;
    }
    
    .beta-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 15pt;
    }
    
    .beta-row-subheader {
        font-weight: bold;
        font-size: 10pt;
        display: none;
    }
    
    .beta-row-info {
        font-weight:light;
        font-size: 12pt;
    }
}

@media screen and (min-width: 992px) {
    .beta-row{
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        gap: 8px;
    }
    
    .beta-row-item {
        max-width: 570px;
        width: 100%;
        max-height: 300px;
        position: relative;
    }
    
    .beta-row-image {
        max-width: 570px;
        width: 100%;
        height: 300px;
        object-fit: cover;
        image-rendering: high-quality;
    }
    
    .beta-row-title{
        position: absolute;
        width: 100%;
        padding: 12px;
        bottom: 0px;
        left: 0px;
        color:white !important;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    }
    
    .beta-row-title-margin {
        margin: 3px;
    }
    
    .beta-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 15pt;
    }
    
    .beta-row-subheader {
        font-weight: bold;
        font-size: 10pt;
    }
    
    .beta-row-info {
        font-weight:light;
        font-size: 12pt;
    }
}

@media screen and (min-width: 1200px) {
    .beta-row{
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        gap: 15px;
    }
    
    .beta-row-item {
        max-width: 700px;
        width: 100%;
        max-height: 361px;
        position: relative;
    }
    
    .beta-row-image {
        max-width: 700px;
        width: 100%;
        height: 361px;
        object-fit: cover;
        image-rendering: high-quality;
    }
    
    .beta-row-title{
        position: absolute;
        width: 100%;
        padding: 12px;
        bottom: 0px;
        left: 0px;
        color:white !important;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    }
    
    .beta-row-title-margin {
        margin: 3px;
    }
    
    .beta-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 15pt;
    }
    
    .beta-row-subheader {
        font-weight: bold;
        font-size: 10pt;
    }
    
    .beta-row-info {
        font-weight:light;
        font-size: 12pt;
    }
}

.beta-row-a{
    text-decoration: none;
    color:inherit;
}
