.text-decoration-none {
  text-decoration: none;
}
#feb-hero .feb-inner .button:hover {
  text-decoration: none;
}
#feb-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/26/feb/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/26/feb/hero/back.jpg") 1x,
    url("../../../images/26/feb/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 .heart {
  left: 50%;
  transform: translateX(-50%);
}
#feb-hero .feb-main {
  margin: 7em 0;
  margin-bottom: 10em;
}
#feb-hero .match {
  left: -12em;
  width: 28em;
  height: auto;
  top: -1.5em;
}
#feb-hero .feb-bottom {
  bottom: 0;
}
#feb-hero .button {
  width: 12em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.1em;
  background-color: #d00027;
  margin-top: 1.5em;
  line-height: 1;
  -webkit-box-shadow: 4px 5px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 5px 2px 0px rgba(0, 0, 0, 0.2);
}
@supports (background: -webkit-named-image(i)) {
  #feb-hero .button {
    padding-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  #feb-hero .heart {
    width: 50em;
  }
}
@media screen and (max-width: 567px) {
  #feb-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/26/feb/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/26/feb/hero/back-m.jpg") 1x,
      url("../../../images/26/feb/hero/back-m@2x.jpg") 2x
    );
  }
  #feb-hero .feb-inner {
    flex-direction: column;
    width: 100% !important;
  }
  #feb-hero .left {
    width: 100%;
  }
  #feb-hero .feb-bottom {
    right: unset;
    bottom: unset;
    position: relative;
    width: 100%;
  }
  #feb-hero .bottom {
    width: 100%;
    margin-top: 11%;
  }
  #feb-hero .feb-main {
    width: 100%;
    margin: 0;
    margin-top: 20%;
  }
  #feb-hero .feb-main .main {
    width: 86%;
  }
  #feb-hero .heart {
    width: 99%;
    top: -23%;
  }
  #feb-hero .button {
    width: 11em;
  }
  #feb-hero .match {
    left: -26%;
    width: 80%;
    height: auto;
    top: -5%;
  }
}
