.poker__counter[data-v-0a416942] {
  width: 100%;
  height: 100%;
  display: flex;
}
.poker__box--banker[data-v-0a416942] {
  width: 30%;
  height: 100%;
  border-right: 1px solid #b3b3b3;
  display: flex;
  justify-content: space-around;
}
.poker__box--banker .first__poker[data-v-0a416942] {
  width: 30%;
  display: flex;
  align-items: center;
}
.poker__box--banker .first__poker[data-v-0a416942] .card__container {
  height: auto;
  position: relative;
}
.poker__box--banker .first__poker[data-v-0a416942] .card__init--back img {
  height: 20px !important;
}
.poker__box--banker .first__poker[data-v-0a416942] .card__front img, .poker__box--banker .first__poker[data-v-0a416942] .card__back img {
  height: 20px !important;
}
.poker__box--player[data-v-0a416942] {
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
}
