.zch-matches-page .zh-has-team-profile {
    display:grid!important;place-items:center;overflow:hidden;padding:4px!important;
    border:1px solid rgba(143,164,172,.42)!important;background:radial-gradient(circle at 45% 38%,rgba(255,255,255,.09),transparent 58%),#030a0e!important;
}
.zch-matches-page .zh-faceit-team-profile {display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 5px 8px rgba(0,0,0,.42))}
.zch-matches-page .zch-match-history-row__opponent-mark.zh-has-team-profile {width:50px;height:50px;border-radius:2px}
.zch-matches-page .zc-team-mark--opponent.zh-has-team-profile {width:74px;height:74px;border-radius:3px}
.home .zc-result-row__opponent-mark.zh-has-team-profile {
    display:grid!important;place-items:center;overflow:hidden;
    padding:0!important;border:0!important;background:transparent!important;
}
.home .zc-result-row__opponent-mark.zh-has-team-profile .zh-faceit-team-profile {
    display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;
}
@media(max-width:600px){
 .zch-matches-page .zch-match-history-row__opponent-mark.zh-has-team-profile{width:42px;height:42px}
 .zch-matches-page .zc-team-mark--opponent.zh-has-team-profile{width:60px;height:60px}
 .home .z-dashboard-panel--results .zc-result-row{
    grid-template-columns:34px 66px 42px minmax(0,1fr)!important;
    grid-template-areas:"mark score crest opponent" "meta meta meta meta"!important;
    column-gap:.45rem!important;
    row-gap:.38rem!important;
    min-height:86px!important;
    padding:.65rem .72rem!important;
 }
 .home .z-dashboard-panel--results .zc-result-row__opponent-mark{
    display:grid!important;
    grid-area:crest!important;
    place-items:center;
    align-self:center;
    justify-self:center;
    width:36px!important;
    height:36px!important;
    margin:0!important;
    padding:2px!important;
    border:0!important;
    object-fit:contain!important;
    background:transparent!important;
 }
 .home .z-dashboard-panel--results img.zc-result-row__opponent-mark{display:block!important}
 .home .z-dashboard-panel--results .zc-result-row__opponent-mark .zh-faceit-team-profile{
    width:100%!important;height:100%!important;object-fit:contain!important;
 }
}
