.explode__wrapper {
  text-align: center;
}

.explode {
  position: relative;
  display: inline-block;
}


.explode__layer {
  position: absolute;
  height: auto;
  transition: transform 100ms linear;
  will-change: transform;
}

.explode__layer_static {
  position: static;
  width: 70vh;
  max-width: 100%;
}


.explode__layer_top {
  top: 0.3%;
  left: 34.6%;
  width: 36.8%;
}

.explode__layer_left {
  top: 41.6%;
  left: 0.5%;
  width: 33.5%;
}

.explode__layer_right {
  top: 47.4%;
  left: 67.6%;
  width: 30.8%;
}

.explode__layer_bottom {
  top: 57.9%;
  left: 27.7%;
  width: 73.2%;
}

.announce__animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 70ms linear;
  will-change: transform;
}

@media(min-width: 1400px) {
  .main-cover {
    background-position: center bottom !important;
  }
}

@media(max-width: 1350px) {
  .main-cover__image { padding-top: 60% !important; }
}

.instruction {
  position: relative;
  width: calc(100% - 44px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.instruction__blood {
  width: 100%;
}

.instruction__split {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  transition: 300ms opacity ease-in;
}
