.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}

#may-banner {
  width: 100%;
  background-image: url(../images/banner/back.jpg);
  background-image: -webkit-image-set(url("../images/banner/back.jpg") 1x,
      url("../images/banner/back@2x.jpg") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
}

#may-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
  gap: 3em;
}

#may-banner .banner-main {
  margin-left: -6em;
}

#may-banner .main {
  top: 20px;
}

#may-banner .main-ph {
  width: 23em;
}

#may-banner .button {
  margin-top: 10px;
  font-size: 1.1em;
  width: 10em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  background-color: #005d2e;
  line-height: 1;
  padding-top: 2px;
}

#may-banner .button {
  text-decoration: none;
  color: white;
  border: none;
}

#may-banner .button:hover,
#may-banner.button:visited,
#may-banner .button:active {
  text-decoration: none;
  color: white;
  border: none;
}

/* @supports (background: -webkit-named-image(i)) {
  #may-banner .button {
    padding-top: 2px;
  }
} */

#popup-may .frogger-game {
  padding: 3em;
}

#may-banner .popup-close {
  padding: 15px;
}

@media screen and (max-width: 1200px) {
  #may-banner .banner-inner {
    gap: 0;
  }

  #may-banner .banner-main {
    margin-left: -14em;
  }
}

@media screen and (max-width: 991px) {
  #may-banner .banner-inner {
    padding: 0 15px;
    flex-direction: column;
    margin: 5% 0;
  }

  #may-banner-game {
    height: 49em;
  }

  #may-banner .banner-main {
    margin-left: 0;
    width: 100%;
  }

  #may-banner .main-ph {
    width: 50%;
  }

  #may-banner .main {
    top: unset;
    width: 41%;
  }
}

@media screen and (max-width: 767px) {
  #may-banner .button {
    font-size: 1.3em;
  }

  #may-banner .banner-inner {
    gap: 0;
    padding: 0;
  }

  .banner-inner .banner-main {
    width: 100%;
  }

  .banner-inner .banner-cta {
    width: 100%;
  }

  .container.promo-wrapper {
    margin-bottom: 20px;
  }

  .frogger-game.active-mobile {
    position: relative;
    margin-bottom: 0;
  }

  .keys {
    bottom: -36.4em;
    width: 22em;
  }

  .frogger-keys {
    height: 5em;
    top: unset;
    bottom: -7em;
    width: 23em;
    left: -1em;
  }

  .frogger-keys button {
    color: transparent;
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: none;
  }

  #popup-may .frogger-game {
    padding: 0;
  }
}

@media screen and (max-width: 567px) {
  #may-banner {
    background-image: url(../images/banner/back-m.jpg);
    background-image: -webkit-image-set(url("../images/banner/back-m.jpg") 1x,
        url("../images/banner/back-m@2x.jpg") 2x);
  }

  #may-banner .main {
    width: 95%;
  }

  #may-banner .banner-inner {
    margin-bottom: 9%;
  }

  #may-banner .main-ph {
    width: 100%;
  }

  #may-banner .main {
    width: 108%;
    max-width: 108%;
    top: -9%;
  }

  .frogger-game.active-mobile {
    position: relative;
    margin-bottom: 0;
  }

  #popup-may .game-text {
    margin-top: -29%;
    width: 90%;
  }

  .keys {
    bottom: -35.4em;
    width: 22em;
  }

  .frogger-keys {
    height: 5em;
    top: unset;
    bottom: -6em;
    width: 23em;
    left: -1em;
  }
}

@media screen and (max-width: 375px) {
  .keys {
    bottom: -31.4em;
    width: 22em;
  }

  .frogger-keys {
    height: 5em;
    top: unset;
    bottom: -6em;
    width: 24em;
    left: -3em;
  }
}