@media screen and (max-width: 575px) {
    .alpha-row{
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        gap: 15px;
    }
    
    .alpha-row-item {
        max-width: 570px;
        width: 100%;
        max-height: fit-content;
    }
    
    .alpha-row-image {
        max-width: 570px;
        width: 100%;
        height: 205px;
        object-fit: cover;
        image-rendering: high-quality;
    }
    
    .alpha-row-title{
        width: 100%;
        color:black !important;
    }
    
    .alpha-row-title-margin {
        margin: 3px;
    }
    
    .alpha-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 13pt;
    }
    
    .alpha-row-subheader {
        font-weight: bold;
        font-size: 10pt;
        display: none;
    }
    
    .alpha-row-info {
        font-weight:light;
        font-size: 12pt;
    }
}

@media screen and (min-width: 576px) {
    .alpha-row{
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        gap: 15px;
    }
    
    .alpha-row-item {
        max-width: 600px;
        width: 100%;
        max-height: fit-content;
    }
    
    .alpha-row-image {
        max-width: 600px;
        width: 100%;
        height: 230px;
        object-fit: cover;
        image-rendering: high-quality;
    }
    
    .alpha-row-title{
        width: 100%;
        color:black !important;
    }
    
    .alpha-row-title-margin {
        margin: 3px;
    }
    
    .alpha-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 13pt;
    }
    
    .alpha-row-subheader {
        font-weight: bold;
        font-size: 10pt;
        display: none;
    }
    
    .alpha-row-info {
        font-weight:light;
        font-size: 12pt;
    }
}

@media screen and (min-width: 640px) {
    .alpha-row{
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        gap: 15px;
    }
    
    .alpha-row-item {
        max-width: 700px;
        width: 100%;
        max-height: 361px;
        position: relative;
    }
    
    .alpha-row-image {
        max-width: 700px;
        width: 100%;
        height: 361px;
        object-fit: cover;
        image-rendering: high-quality;
    }
    
    .alpha-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));
    }
    
    .alpha-row-title-margin {
        margin: 3px;
    }
    
    .alpha-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 15pt;
    }
    
    .alpha-row-subheader {
        font-weight: bold;
        font-size: 10pt;
    }
    
    .alpha-row-info {
        font-weight:light;
        font-size: 12pt;
    }
}

@media screen and (min-width: 768px) {
    .alpha-row{
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        gap: 8px;
    }
    
    .alpha-row-item {
        max-width: 462x;
        width: 100%;
        max-height: 239px;
        position: relative;
    }
    
    .alpha-row-image {
        max-width: 462px;
        width: 100%;
        height: 239px;
        object-fit: cover;
        image-rendering: high-quality;
    }
    
    .alpha-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));
    }
    
    .alpha-row-title-margin {
        margin: 3px;
    }
    
    .alpha-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 15pt;
    }
    
    .alpha-row-subheader {
        font-weight: bold;
        font-size: 10pt;
    }
    
    .alpha-row-info {
        font-weight:light;
        font-size: 12pt;
    }
    
}

@media screen and (min-width: 992px) {
    .alpha-row{
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        gap: 8px;
    }
    
    .alpha-row-item {
        max-width: 570px;
        width: 100%;
        max-height: 300px;
        position: relative;
    }
    
    .alpha-row-image {
        max-width: 570px;
        width: 100%;
        height: 300px;
        object-fit: cover;
        image-rendering: high-quality;
    }
    
    .alpha-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));
    }
    
    .alpha-row-title-margin {
        margin: 3px;
    }
    
    .alpha-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 15pt;
    }
    
    .alpha-row-subheader {
        font-weight: bold;
        font-size: 10pt;
    }
    
    .alpha-row-info {
        font-weight:light;
        font-size: 12pt;
    }
}

@media screen and (min-width: 1200px) {
    .alpha-row{
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        gap: 15px;
    }
    
    .alpha-row-item {
        max-width: 700px;
        width: 100%;
        max-height: 361px;
        position: relative;
    }
    
    .alpha-row-image {
        max-width: 700px;
        width: 100%;
        height: 361px;
        object-fit: cover;
        image-rendering: high-quality;
    }
    
    .alpha-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));
    }
    
    .alpha-row-title-margin {
        margin: 3px;
    }
    
    .alpha-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 15pt;
    }
    
    .alpha-row-subheader {
        font-weight: bold;
        font-size: 10pt;
    }
    
    .alpha-row-info {
        font-weight:light;
        font-size: 12pt;
    }
}

.alpha-row-a{
    text-decoration: none;
    color:inherit;
}
