.match-recap{margin:0 15px 10px; display:grid; grid-row-gap:30px;}
.match-recap .level-person-big-photo img{object-fit:contain;}

.match-stats{display:grid; grid-gap:30px; grid-auto-rows:min-content; margin-top:15px;}
.match-stats-row{display:grid; grid-template-columns:1fr 100px 1fr; grid-gap:5px;}
.match-stats-center{text-align:center;}
.match-stats-right{text-align:right;}
.match-stats-full{grid-column:1/4; position:relative; background-color:#616BF5; height:5px;}
.match-stat-left{position:absolute; top:0; left:0; height:100%; background-color:#cc0001;}


@media screen and (min-width:0px) and (max-width:767px){
  .match-recap{grid-template-columns:repeat(2,1fr);}
  .match-recap .level-person-big-name span{display:none;}
  .match-recap-fighter{grid-row:1/2;}
  .match-recap-fighter-left{grid-column:1/2;}
  .match-recap-fighter-right{grid-column:2/3;}
  .match-stats{grid-column:1/3; grid-row:2/3;}
}

@media screen and (min-width:768px){
  .match-recap{grid-template-columns:210px 1fr 210px; grid-column-gap:30px;}
  .match-recap .level-person-big-photo:before{padding-top:177.77%;}
}