html,
main {
  overflow-x: hidden;
}
.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 .bg {
  left: 50%;
  transform: translateX(-50%);
}
#feb-hero .feb-main {
  margin: 6em 0;
}
#feb-hero .feb-left {
  left: -2em;
  bottom: -78px;
}
#feb-hero .feb-right {
  right: -4em;
  bottom: -95px;
}
#feb-hero .right {
  height: auto;
  width: 32em;
}
#feb-hero .left {
  height: auto;
  width: 29em;
}
#feb-hero .image {
  top: 1em;
  right: -13em;
}
#feb-hero .hearts-l {
  width: 32em;
  height: auto;
  bottom: 4.9em;
  left: -8em;
  z-index: -1;
}
#feb-hero .hearts-r {
  width: 32em;
  height: auto;
  bottom: 5.9em;
  right: -6em;
  z-index: -1;
}
#feb-hero .button {
  width: 11em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.2em;
  margin-top: 1.5em;
  line-height: 0;
}
@supports (background: -webkit-named-image(i)) {
  #feb-hero .button {
    padding-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  #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
    );
  }
}
@media screen and (max-width: 567px) {
  #feb-hero .feb-inner {
    flex-direction: column;
    width: 100% !important;
  }
  #feb-hero .feb-right {
    right: unset;
    bottom: unset;
    position: relative;
    width: 100%;
  }
  #feb-hero .right {
    width: 82%;
    position: absolute;
    margin-bottom: -15%;
    left: 0%;
  }
  #feb-hero .feb-main {
    width: 100%;
    margin-top: 13%;
    margin-bottom: 52%;
  }
  #feb-hero .main {
    width: 90%;
  }
  #feb-hero .hearts-r {
    width: 111%;
    height: auto;
    bottom: unset;
    right: unset;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }
  #feb-hero .button {
    width: 10em;
    height: 2.2em;
    border-radius: 1.1em;
    font-size: 1.2em;
    margin-top: 1em;
  }
}
