.text-decoration-none {
  text-decoration: none;
}
#feb-hero .feb-inner .button:hover {
  text-decoration: none;
}
#feb-hero {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../images/hero/back.jpg") 1x,
    url("../images/hero/back@2x.jpg") 2x
  );
}
#feb-hero .feb-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#feb-hero .feb-main {
  margin-top: 4em;
  margin-bottom: 16em;
  margin-left: -25em;
}
#feb-hero .feb-right {
  right: -5em;
  bottom: 0;
}
#feb-hero .coin {
  width: 14em;
  top: -2em;
  rotate: 5deg;
}
#feb-hero .button {
  width: 10.5em;
  height: 2.2em;
  border-radius: 1.1em;
  font-size: 1.2em;
  background-color: #ec2130;
  margin-top: 1.5em;
  line-height: 1;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #feb-hero .button {
    padding-top: 4px;
  }
}

@media screen and (max-width: 1300px) {
  #feb-hero .feb-right {
    display: none;
  }
  #feb-hero .feb-main {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #feb-hero {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../images/hero/back-m.jpg") 1x,
      url("../images/hero/back-m@2x.jpg") 2x
    );
  }
  #feb-hero .feb-inner {
    flex-direction: column;
    width: 100% !important;
  }
  #feb-hero .feb-main {
    width: 100%;
    margin-top: 4%;
    margin-bottom: 64%;
  }
  #feb-hero .feb-main .main {
    width: 87%;
  }
  #feb-hero .coin {
    width: 25%;
    top: 22%;
    rotate: -5deg;
    left: 20%;
  }
}
@media screen and (max-width: 567px) {
  #feb-hero .feb-main {
    margin-bottom: 67%;
  }
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #feb-hero .button {
      padding-top: 2px;
    }
  }
}
