.text-decoration-none {
  text-decoration: none;
}

#may-hero .may-inner .button:hover {
  text-decoration: none;
}

#may-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/back.jpg);
  background-image: -webkit-image-set(url("../images/hero/back.jpg") 1x,
      url("../images/hero/back@2x.jpg") 2x);
}

#may-hero .may-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#may-hero .may-main {
  margin-right: -4em;
  margin-left: -3em;
}

#may-hero .may-right {
  margin-top: 2em;
}

#may-hero .may-left {
  left: -13.5em;
  bottom: 4em;
  z-index: 1;
}

#may-hero .button {
  width: 10.5em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.2em;
  background-color: #005d2e;
  margin-top: 1.5em;
  line-height: 1;
  padding-top: 2px;
}

#may-hero .button,
#may-hero .button:visited,
#may-hero .button:active,
#may-hero .button:focus,
#may-hero .button:hover {
  color: white;
  text-decoration: none;
  border: none;
}

@supports (background: -webkit-named-image(i)) {
  #may-hero .button {
    padding-top: 3px;
  }
}

@media screen and (max-width: 991px) {
  #may-hero .may-main {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5em;
    margin-top: 5em;
  }

  dotlottie-wc.headline {
    width: 567px !important;
  }
}

@media screen and (max-width: 767px) {
  #may-hero .may-main {
    margin-bottom: 8em;
  }

  .frogger-keys {
    height: 6em;
    top: unset;
    bottom: -7em;
    width: 26em;
    left: 0em;
  }

  .frogger-keys button {
    color: transparent;
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: none;
  }


  .frogger-game.active-mobile {
    position: relative;
    margin-bottom: 6em !important;
  }

  .may-inner.active-mobile {
    position: absolute !important;
  }

  #may-hero .keys {
    bottom: -42em;
    width: 23em;
  }
}

@media screen and (max-width: 567px) {
  #may-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/back-m.jpg);
    background-image: -webkit-image-set(url("../images/hero/back-m.jpg") 1x,
        url("../images/hero/back-m@2x.jpg") 2x);
  }

  #may-hero .may-inner {
    flex-direction: column;
    width: 100% !important;
  }

  #may-hero .left {
    width: 100%;
  }

  #may-hero .may-right {
    right: unset;
    bottom: unset;
    position: relative;
    width: 100%;
    margin-top: 0;
  }

  #may-hero .right {
    width: 49%;
  }

  #may-hero .may-main {
    width: 100%;
    margin-top: 12%;
    margin-bottom: 0;
  }

  #may-hero .main {
    width: 71%;
    margin-top: -8%;
  }

  #may-hero .anim-box {
    width: 100%;
  }

  dotlottie-wc.headline {
    width: 100% !important;
  }

  dotlottie-wc.game {
    width: 150% !important;
    bottom: -19%;
  }

  #may-hero .button {
    width: 11em;
    height: 2.2em;
    border-radius: 1.1em;
    font-size: 1.3em;
    margin-top: 4%;
  }

  #may-hero .image {
    margin-left: 0;
    width: 45%;
  }

  #may-hero .may-left {
    left: 0;
    bottom: unset;
    z-index: 0;
    top: 1%;
    width: 100%;
  }

  #may-hero .animation {
    width: 44%;
  }

  #may-hero .may-main {
    margin-bottom: 0;
  }

  .frogger-keys {
    height: 5em;
    top: unset;
    bottom: -6em;
    width: 23em;
    left: -5px;
  }

  #may-hero .keys {
    bottom: -37.4em;
    width: 22em;
  }
}

@media screen and (max-width: 375px) {
  #may-hero .keys {
    bottom: -33.4em;
    width: 19em;
  }

  .frogger-keys {
    height: 5em;
    top: unset;
    bottom: -6em;
    width: 20em;
    left: -5px;
  }
}