@media screen and (max-width: 1024px) {
    .mcontent {
        max-width: 97%;
        margin: auto;
    }

    #info {
        width: 100% !important;
        box-sizing: border-box;
    }

    .fbheader .home .icon,
    .fbheader .guest .icon {
        font-size: 14px;
        top: 0
    }

    .fbheader .guest .icon {
        right: -8px;
    }

    .fbheader .home .icon {
        left: -8px;
    }

    #dv_techStat .t-stat-c {
        display: none;
    }

    .stat-bar-wrapper {
        width: 150px;
    }

    #playerData_detail .dbl .per-stat-title {
        width: 100%;
    }

    #playerData_detail .per-stat.dbl li {
        display: flex;
        clear: both;
    }
}

@media screen and (max-width: 768px) {
    .fbheader .home img,
    .fbheader .guest img {
        width: 40px;
        height: 40px;
    }

    .fbheader .row .end .score {
        font-size: 14px;
        width: 40px;
    }

    .player-h1 {
        display: flex;
        flex-direction: column;
        float: none;
    }

    .player-h1 span {
        width: 100%;
        display: block;
        float: none;
        height: auto;
    }

    #dv_score_status {
        display: flex;
        justify-content: center;
    }

    .fbheader .row .end .mark {
        width: 20px;
    }

    .fbheader .row .end .row:last-child {
        display: none;
    }

    .row.time span:nth-of-type(n+2) {
        display: none;
    }

    .fbheader .VS {
        width: 33%;
    }

    .fbheader .row.time span {
        margin-left: 10px;
    }

    .fbheader .time {
        visibility: hidden;
    }

    .fbheader .time span {
        visibility: visible;
    }

    .fbheader .home img, .fbheader .guest img {
        border: 0;
        border-radius: 50%;
        object-fit: contain;
    }

    .fbheader .home font, .fbheader .guest font {
        font-size: 9px;
    }

    .Pevent .VS {
        font-size: 12px;
        min-width: 50px;
    }

    #dv_techStat .stat-title {
        width: 100px !important;
        line-height: 18px !important;
    }

    .stat-bar-wrapper {
        width: 100px;
    }

    .player-table-title,
    #matchData .team-table-title {
        font-size: 14px;
    }
    

    div.porletP {
        overflow: auto;
    }

    .fbheader .home a,
    .fbheader .guest a,
    .process li .Pscore,
    #matchData,
    .per-stat-title {
        font-size: 11px;
    }

    .dv-player-title, .techtitle {
        display: block;
        width: 100%;
    }

    .fbheader {
        padding: 0;
    }
}