body.ecard-page {
  margin: 0;
}

body.ecard-page #animation_container {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 1.00);
  width: 550px;
  height: 320px;
}

body.ecard-page #canvas {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 1.00);
}

body.ecard-page #dom_overlay_container {
  pointer-events: none;
  overflow: hidden;
  width: 550px;
  height: 320px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

body.ecard-2020 canvas,
body.ecard-2021 canvas,
body.ecard-2022 canvas,
body.ecard-2023 canvas,
body.ecard-2024 canvas {
  max-width: 100%;
  max-height: auto;
}

body.ecard-page button#mutebtn,
body.ecard-page button#rpybtn {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  border: none;
  outline: 0;
  cursor: pointer;
}

body.ecard-2020 button#mutebtn {
  background-image: url('../2020/images/sndoff.png');
  margin: 2% 0 0 91%;
  width: 7.7%;
  height: 13.6%;
}

body.ecard-2020 button#mutebtn.is-active {
  background-image: url('../2020/images/sndon.png');
}

body.ecard-2020 button#rpybtn {
  background-image: url('../2020/images/rpy.png');
  margin: 2% 0 0 83%;
  width: 7.7%;
  height: 13.6%;
}

body.ecard-2021 button#mutebtn {
  background-image: url('../2021/images/sndoff.png');
  margin: 2% 0 0 91%;
  width: 7.7%;
  height: 13.6%;
}

body.ecard-2021 button#mutebtn.is-active {
  background-image: url('../2021/images/sndon.png');
}

body.ecard-2021 button#rpybtn {
  background-image: url('../2021/images/rpy.png');
  margin: 2% 0 0 83%;
  width: 7.7%;
  height: 13.6%;
}

body.ecard-2022 button#mutebtn {
  background-image: url('../2022/images/sndoff.png');
  margin: 2% 0 0 91%;
  width: 7.7%;
  height: 13.6%;
}

body.ecard-2022 button#mutebtn.is-active {
  background-image: url('../2022/images/sndon.png');
}

body.ecard-2022 button#rpybtn {
  background-image: url('../2022/images/rpy.png');
  margin: 2% 0 0 83%;
  width: 7.7%;
  height: 13.6%;
}

body.ecard-2023 button#mutebtn {
  background-image: url('../2023/images/sndoff.png');
  margin: 2% 0 0 91%;
  width: 7.7%;
  height: 13.6%;
}

body.ecard-2023 button#mutebtn.is-active {
  background-image: url('../2023/images/sndon.png');
}

body.ecard-2023 button#rpybtn {
  background-image: url('../2023/images/rpy.png');
  margin: 2% 0 0 83%;
  width: 7.7%;
  height: 13.6%;
}

body.ecard-2024 button#mutebtn {
  background-image: url('../2024/images/sndoff.png');
  margin: 2% 0 0 92%;
  width: 10%;
  height: 10%;
}

body.ecard-2024 button#mutebtn.is-active {
  background-image: url('../2024/images/sndon.png');
}

body.ecard-2024 button#rpybtn {
  background-image: url('../2024/images/rpy.png');
  margin: 2% 0 0 84%;
  width: 10%;
  height: 10%;
}
