.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}

#may-banner {
  width: 100%;
  background-image: url(../images/sub/back.jpg);
  background-image: -webkit-image-set(url("../images/sub/back.jpg") 1x,
      url("../images/sub/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: 6em;
}

#may-banner .banner-main {
  margin-left: 1em;
}

#may-banner .image {
  width: 19em;
}

#may-banner .win {
  bottom: 90px;
  right: -143px;
}

#may-banner .button {
  margin-top: 1em;
  font-size: 1.1em;
  width: 9em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  background-color: #ffe13a;
  line-height: 1;
}

#may-banner .button {
  text-decoration: none;
  color: black;
}

#may-banner .button:hover,
#may-banner.button:visited,
#may-banner .button:active {
  text-decoration: none;
  color: black;
}

@supports (background: -webkit-named-image(i)) {
  #may-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 991px) {
  #may-banner .banner-inner {
    padding: 0 15px;
  }

}

@media screen and (max-width: 767px) {
  #may-banner .button {
    font-size: 1.3em;
  }

  #may-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5%;
  }

  #may-banner .banner-main {
    width: 100%;
    margin-left: unset;
  }

  #may-banner .main {
    width: 60%;
    bottom: unset;
  }


  .container.promo-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #may-banner .image {
    width: 80%;
  }

  #may-banner .banner-image {
    width: 100%;
  }
}

@media screen and (max-width: 567px) {
  #may-banner {
    background-image: url(../images/sub/back-m.jpg);
    background-image: -webkit-image-set(url("../images/sub/back-m.jpg") 1x,
        url("../images/sub/back-m@2x.jpg") 2x);
  }

  #may-banner .main {
    width: 67%;
  }

  #may-banner .banner-inner {
    margin-bottom: 0;
    margin-top: 11%;
  }

  #may-banner .image-ph {
    width: 80%;
  }

  #may-banner .button {
    font-size: 1.1em;
    height: 2.4em;
    border-radius: 1.2em;
    width: 10.5em;
  }

  #may-banner .image {
    width: 83%;
    margin-bottom: -20%;
  }

  #may-banner .win {
    bottom: 42%;
    right: -24%;
  }

  dotlottie-wc.win {
    width: 59% !important;
  }
}