.octopus_wrap,
.alpaca_wrap {
  position: inherit;
  z-index: 1;
}

#img_octopus,
#img_alpaca {
  transform:scale(1.5);
  -webkit-transform:scale(1.5);
  -moz-transform:scale(1.5);
  -o-transform:scale(1.5);
}

#img_oct_background,
#img_apc_background {
  transform:scale(1.5);
  -webkit-transform:scale(1.5);
  -moz-transform:scale(1.5);
  -o-transform:scale(1.5);
  margin-top: -15px;
  margin-left: -5px;
}

#img_apc_background {
  margin-top: -75px;
}

#img_oct_complete,
#img_apc_complete {
  transform: translate(-50%, 0) scale(1.2);
  -webkit-transform: translate(-50%, 0) scale(1.2);
  -moz-transform: translate(-50%, 0) scale(1.2);
  -o-transform: translate(-50%, 0) scale(1.2);
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 25px;
}

#img_apc_complete {
  bottom: 55px;
}

#octpus_info_wrap,
#alpaca_info_wrap {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -10px;
  width: 110px;
}

#alpaca_info_wrap {
  bottom: 22px;
}

#btn_feed_wrap {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 40px;
}