.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;
  -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.25);
}

#may-banner img {
  max-width: unset !important;
}

#may-banner .banner-inner {
  height: auto;
  width: 100%;
}

#may-banner .main {
  width: 36em;
  left: -0.5em;
}

#may-banner .image {
  bottom: -35px;
}

#may-banner .button {
  margin-top: 1em;
  font-size: 1.2em;
  width: 10em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  line-height: 1;
}

#may-banner .button {
  text-decoration: none;
  color: white;
}

#may-banner .button:hover,
#may-banner.button:visited,
#may-banner .button:active {
  text-decoration: none;
  color: white;
}

@supports (background: -webkit-named-image(i)) {
  #may-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 991px) {
  #may-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }

  #may-banner .main {
    width: 100%;
    left: unset;
  }
}

@media screen and (max-width: 767px) {
  #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 .button {
    font-size: 1.3em;
  }



  #may-banner .banner-main {
    width: 100%;
  }

  #may-banner .main {
    width: 60%;
    bottom: unset;
  }

  #may-banner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }

  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  #may-banner .main-ph {
    width: 100%;
  }

  #may-banner .main {
    width: 106%;
    max-width: 106%;
  }

  #may-banner .banner-inner {
    margin-bottom: 8%;
    margin-top: 0;
  }

  #may-banner .button {
    font-size: 1.2em;
    margin-top: 10%;
  }
}