.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;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
}

#may-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
}

#may-banner .banner-main {
  margin-right: -8em;
}

#may-banner .main {
  width: 41em;
}

#may-banner .image {
  width: 56em;
}

#may-banner .button {
  width: 100%;
  height: 100%;
}

#may-banner .may-buttons {
  width: 33em;
  height: 4em;
  bottom: 4px;
  right: 10em;
  flex-direction: row-reverse;
}

#may-banner .button {
  text-decoration: none;
}

#may-banner .button:hover,
#may-banner.button:visited,
#may-banner .button:active {
  text-decoration: none;
}

@supports (background: -webkit-named-image(i)) {
  #may-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1300px) {
  #may-banner .main {
    width: 31em;
  }

  #may-banner .image {
    width: 43em;
  }

  #may-banner .may-buttons {
    width: 25em;
    height: 3em;
    bottom: 4px;
    right: 7.5em;
  }
}

@media screen and (max-width: 991px) {
  #may-banner .banner-inner {
    padding: 0 15px;
  }

  #may-banner .banner-main {
    margin: 1em 0;
  }
}

@media screen and (max-width: 767px) {


  #may-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
  }

  #may-banner .banner-main {
    width: 100%;
    margin: 0;
  }

  #may-banner .main {
    width: 90%;
    bottom: unset;
    margin: 5% 0;
  }

  .container.promo-wrapper {
    margin-bottom: 20px;
  }

  #may-banner .may-buttons {
    width: 39%;
    height: 24%;
    bottom: 7%;
    right: 6%;
    flex-direction: column-reverse;
  }
}

@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: 100%;
    left: unset;
    margin-bottom: 74%;
    margin-top: 3%;
  }


  #may-banner .may-buttons {
    width: 42%;
    height: 14%;
    bottom: 46%;
    right: 2%;
  }
}