/* Ava mascot bottom right in Mandarin class */
.ava-mascot-mandarin {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 132px;
  height: 132px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 700px) {
  .ava-mascot-mandarin {
    width: 84px;
    height: 84px;
    right: 10px;
    bottom: 10px;
  }
}
