.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 .feb-main {
  margin-top: 2em;
  margin-bottom: 10em;
}
#feb-hero .image {
  bottom: 7px;
  left: 14em;
}
#feb-hero .hearts {
  left: 50%;
  transform: translateX(-50%);
  bottom: -12.5em;
  height: auto;
  width: 13em;
}
#feb-hero .button {
  width: 11em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.2em;
  background-color: #cc3251;
  margin-top: 1.5em;
  line-height: 1;
  -webkit-box-shadow: 2px 2px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 1px 2px rgba(0, 0, 0, 0.15);
}

@supports (background: -webkit-named-image(i)) {
  #feb-hero .button {
    padding-top: 2px;
  }
}
@media screen and (max-width: 992px) {
  #feb-hero .feb-main {
    margin-top: 6em;
  }
}
@media screen and (max-width: 991px) {
  #feb-hero .feb-main {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  #feb-hero .feb-inner {
    flex-direction: column;
    width: 100% !important;
  }
  #feb-hero .feb-main {
    width: 100%;
  }
  #feb-hero .main {
    width: 97%;
  }
}
@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-main {
    margin-top: 36%;
    margin-bottom: 47%;
  }
  #feb-hero .button {
    margin-top: 10px;
  }
  #feb-hero .hearts {
    bottom: -30%;
    width: 53%;
  }
  #feb-hero .image {
    width: 39%;
    left: 15%;
  }
}
