/* Alpha 4.9.11: šiek tiek didesni veikėjų, mobų ir bosų paveikslėliai. */
.character-card{
  grid-template-columns:112px minmax(0,1fr)!important;
}
.character-card>img,
.character-placeholder{
  width:112px!important;
  height:132px!important;
}
.dashboard-avatar.has-image{
  width:88px!important;
  height:88px!important;
  flex:0 0 88px!important;
}
.profile-character-hero img,
.profile-character-hero>span{
  width:128px!important;
  height:128px!important;
  flex-basis:128px!important;
}
.combat-zone-v250 .cz-player-avatar,
.combat-zone-v250 .cz-enemy-image{
  width:138px!important;
  height:138px!important;
  min-width:138px!important;
  min-height:138px!important;
  max-width:138px!important;
  max-height:138px!important;
  flex-basis:138px!important;
}
.battle-arena .fighter-avatar,
.battle-arena .slayer-avatar{
  width:110px!important;
  height:110px!important;
  min-width:110px!important;
  min-height:110px!important;
  max-width:110px!important;
  max-height:110px!important;
  margin:14px auto 9px!important;
  overflow:hidden!important;
}
.battle-arena .fighter-avatar img,
.battle-arena .slayer-avatar img,
.combat-zone-v250 .cz-player-avatar img,
.combat-zone-v250 .cz-enemy-image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center top!important;
}
.pvp-avatar{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  max-width:52px!important;
  max-height:52px!important;
}

@media(max-width:700px){
  .dashboard-avatar.has-image{
    width:66px!important;
    height:66px!important;
    flex-basis:66px!important;
  }
  .profile-character-hero img,
  .profile-character-hero>span{
    width:90px!important;
    height:90px!important;
    flex-basis:90px!important;
  }
  .combat-zone-v250 .cz-player-avatar,
  .combat-zone-v250 .cz-enemy-image{
    width:70px!important;
    height:70px!important;
    min-width:70px!important;
    min-height:70px!important;
    max-width:70px!important;
    max-height:70px!important;
    flex-basis:70px!important;
  }
  .battle-arena .fighter-avatar,
  .battle-arena .slayer-avatar{
    width:76px!important;
    height:76px!important;
    min-width:76px!important;
    min-height:76px!important;
    max-width:76px!important;
    max-height:76px!important;
    margin:9px auto 7px!important;
  }
  .world-boss-main{
    grid-template-columns:132px minmax(0,1fr)!important;
  }
  .world-boss-art{
    width:132px!important;
    height:132px!important;
    min-width:132px!important;
    min-height:132px!important;
    max-width:132px!important;
    max-height:132px!important;
  }
  .pvp-avatar{
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
    min-height:50px!important;
    max-width:50px!important;
    max-height:50px!important;
  }
}

@media(max-width:600px){
  .character-card{
    grid-template-columns:1fr!important;
  }
  .character-card>img,
  .character-placeholder{
    width:100%!important;
    height:220px!important;
  }
}
