.game--arena-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game--arena {
  height: 700px;
  max-height: 80vh;
  width: 60%;
}

.game--rope-and-players {
  position: relative;
  width: 100%;
  height: 100%;
}

.game--rope-class {
  position: absolute;
  top: 43%;
  left: 25%;
  width: 50%;
  height: 15%;
}

.game--target-marks {
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.game--derek-class {
  position: absolute;
  top: 25%;
  left: 75%;
  width: 25%;
  height: 50%;
  background-image: url("/assets/derek_bramble_563f0e22e7864a9c356caba7a1b07260.png");
  background-position: 0px 0px;
  background-size: 400% 200%;
}

.game--marta-class {
  position: absolute;
  top: 23%;
  left: 0;
  width: 25%;
  height: 50%;
  background-image: url("/assets/marta_muddleton_addb4bcaae061511272c260fd320ea41.png");
  background-position: 0px 0px;
  background-size: 400% 200%;
}

.game--pull-trigger {
  height: 400px;
  max-height: 50vh;
  width: 300px;
}