.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
#feb-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;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
}
#feb-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
  gap: 5em;
}
#feb-banner .banner-main {
  margin-left: -150px;
}
#feb-banner .main {
  width: 706px;
  left: -12px;
}
#feb-banner .button {
  margin-top: 20px;
  font-size: 20px;
  width: 190px;
  height: 40px;
  border-radius: 20px;
  z-index: 1;
  line-height: 1;
}
#feb-banner .coin {
  width: 159px;
  left: 268px;
  rotate: -5deg;
}
#feb-banner .banner-cta {
  margin: 22px 0;
}
#feb-banner .right {
  right: -52px;
  bottom: -9px;
}
#feb-banner .button {
  text-decoration: none;
  color: #572a1d;
}
#feb-banner .button:hover,
#feb-banner.button:visited,
#feb-banner .button:active {
  text-decoration: none;
  color: #572a1d;
}
@supports (background: -webkit-named-image(i)) {
  #feb-banner .button {
    padding-top: 2px;
  }
}
@media screen and (max-width: 1370px) {
  #feb-banner {
    width: 98%;
  }
  #feb-banner .right {
    display: none;
  }
  #feb-banner .main-ph {
    width: 500px;
  }
  #feb-banner .banner-main {
    margin-left: 0;
  }
  #feb-banner .main {
    width: 498px;
    left: unset;
    margin-left: -83px;
  }
  #feb-banner .coin {
    width: 109px;
    left: unset;
    margin-left: -79px;
  }
}
@media screen and (max-width: 991px) {
  #feb-banner .banner-inner {
    gap: 3em;
    padding: 0 15px;
  }
  #feb-banner .main {
    width: 387px;
    margin-left: -31px;
  }
  #feb-banner .main-ph {
    width: 434px;
  }
  #feb-banner .coin {
    width: 88px;
    margin-left: -27px;
  }
}
@media screen and (max-width: 767px) {
  #feb-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
    );
  }
  #feb-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }
  .banner-inner .banner-main {
    width: 100%;
  }
  #feb-banner .main {
    width: 70%;
    bottom: unset;
    margin-left: auto;
  }
  .banner-inner .banner-cta {
    margin: 0;
    width: 100%;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
  }
  #feb-banner .button {
    background-color: #ec2130;
    color: white;
  }
  #feb-banner .button:hover,
  #feb-banner.button:visited,
  #feb-banner .button:active {
    text-decoration: none;
    color: white;
  }
  #feb-banner .coin {
    width: 24%;
    margin-left: unset;
    left: 22%;
    top: 21%;
  }
  #feb-banner .banner-cta {
    margin: 0;
  }
}

@media screen and (max-width: 567px) {
  #feb-banner {
    width: 92%;
  }

  #feb-banner .main {
    width: 91%;
    margin-top: 2%;
  }
  #feb-banner .banner-inner {
    margin-bottom: 7%;
  }
  #feb-banner .button {
    margin-top: 16px;
    font-size: 18px;
    width: 170px;
    height: 36px;
    border-radius: 18px;
  }
  #feb-banner .coin {
    left: 22%;
    top: 22%;
  }
  @supports (background: -webkit-named-image(i)) {
    #feb-banner .button {
      padding-top: 0;
    }
  }
}
