.anniversary-banner {
  height: 350px;
  background-image: none;
  background-position: center -10px;
  background-size: 125%;
  background-repeat: no-repeat;
  margin-left: -15px;
  margin-right: -15px;
}
.anniversary-bg {
    background-image: url(https://i.imgur.com/WyFF4EB.png);
}
.anniversary-banner img.taka-fumi {
    position: absolute;
    z-index: 0;
    width: 100%;
    bottom: 70px;
    pointer-events: none;
}
.anniversary-banner img.bey-illus {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 20px;
  pointer-events: none;
}
.anniversary-adjustment {
    margin-top: 30px;
}
.btn-hero {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  z-index: 1;
  text-shadow: none;
  padding: 15px 25px;
  box-shadow: 4px 3px 0 #0d91d3;
  position: absolute;
  bottom: -333px;
  width: 100%;
}
.btn-hero-container {
  margin: 0 15px;
}

@media (min-width: 768px) {
.anniversary-banner {
    height: 350px;
    background-position: center -50px;
    background-size: 100%;
  }
  .anniversary-banner img.taka-fumi {
    top: -30px;
  }
  .anniversary-banner img.bey-illus {
    width: 500px;
    left: 150px;
    bottom: 0;
  }
  .btn-hero {
    bottom: -330px;
  }
  .btn-hero-container {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .anniversary-bg {
    background-size: 1100px;
    background-position: center 25px;
  }
  .anniversary-banner {
    height: 350px;
    background-image: none;
    margin: 0;
  }
  .anniversary-banner img.taka-fumi {
    position: absolute;
    width: 600px;
    right: -30px;
    display: inline;
    top: -40px;
  }
  .anniversary-banner img.bey-illus {
    left: 54%;
    bottom: -90px;
  }
  .anniversary-cta {
    width: 400px;
    padding-top: 55px;
  }
  .anniversary-cta img {
    width: 100%;
  }
  .btn-hero {
    margin-top: 30px;
    font-size: 21px;
    position: relative;
    bottom: 0;
    width: auto;
    z-index: 1;
  }
}


@media (min-width: 1200px) {
  .anniversary-bg {
    background-size: 1300px;
    background-position: center 0;
  }
  .anniversary-banner img.bey-illus {
    left: 55%;
    width: 550px;
    bottom: -113px;
  }
  .anniversary-banner img.taka-fumi {
    width: 700px;
  }
  .anniversary-banner .btn-hero {
    margin-top: 30px;
  }
  .anniversary-cta {
    width: 475px;
    padding-top: 40px;
  }
}