#maximumPlay{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#maximumPlay_bg{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  top: calc(811.1961 * var(--asR));
}

#maximumPlay_bg > div{
  width: calc(946.5722 * var(--asR));
  height: calc(704.5125 * var(--asR));
  background-color: rgba(33, 32, 66, 0.69);
  border-radius: calc(36.23 * var(--asR));
  border-top-right-radius: calc(108.691 * var(--asR));
  mix-blend-mode: multiply;
}

#btn_link{
  position: absolute;
  width: calc(970 * var(--asR));
  height: calc(720 * var(--asR));
  top: calc(810 * var(--asR));
  left: calc(130 * var(--asR));
}