#fathers-banner {
  font-size: 16px;
  background-image: url(../../../images/25/june/fathers-day/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/june/fathers-day/back.jpg") 1x,
    url("../../../images/25/june/fathers-day/back@2x.jpg") 2x
  );
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: visible;
  margin-top: 12em;
  margin-bottom: 2.3em;
  -webkit-box-shadow: -2px -2px 13px 3px rgba(0, 0, 0, 0.25);
  box-shadow: -2px -2px 13px 3px rgba(0, 0, 0, 0.25);
}
#fathers-banner .banner-inner {
  padding: 0 15px;
  gap: 2em;
}
#fathers-banner .banner-main {
  margin-left: -9em;
}
#fathers-banner .main {
  width: 25em;
  margin: 1.5em 0;
}
#fathers-banner .image {
  width: 12em;
  bottom: -7px;
  right: 10em;
}
#fathers-banner .text {
  width: auto;
}
#fathers-banner .note {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  margin-top: 1em;
}
#fathers-banner .button {
  height: 1.8em;
  width: 9.5em;
  border-radius: 0.9em;
  margin-top: 20px;
  font-size: 1.35em;
  background-color: #e30613;
  line-height: 1px;
  padding-top: 3px;
}
#fathers-banner .button,
#fathers-banner .button:visited,
#fathers-banner .button:hover,
#fathers-banner .button:active,
#fathers-banner .button:focus {
  text-decoration: none;
  color: white;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #fathers-banner .button {
    padding-top: 1px;
  }
}

@media screen and (min-width: 1346px) {
  #fathers-banner {
    width: 100%;
    max-width: 80em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1345px) {
  #fathers-banner {
    width: 95%;
  }
}
@media screen and (max-width: 1300px) {
  #fathers-banner .image {
    width: 12em;
    bottom: -7px;
    right: 7em;
  }
}
@media screen and (max-width: 1214px) {
  #fathers-banner .image {
    display: none;
  }
  #fathers-banner .banner-main {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  #fathers-banner .image {
    width: 22em;
    margin-top: 5em;
  }
}
@media screen and (max-width: 767px) {
  #fathers-banner {
    margin-bottom: 2em;
    font-size: 16px;
    background-image: url(../../../images/25/june/fathers-day/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/june/fathers-day/back-m.jpg") 1x,
      url("../../../images/25/june/fathers-day/back-m@2x.jpg") 2x
    );
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #fathers-banner .banner-inner {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 7% 0;
    padding-top: 12%;
  }
  #fathers-banner .banner-main {
    width: 100%;
  }
  #fathers-banner .main-m {
    width: 88%;
    margin: 0;
    margin-bottom: 3%;
    display: block !important;
    left: -1%;
  }
  #fathers-banner .button {
    width: 9em;
    font-size: 1.35em;
    margin-top: 19px;
    height: 2.3em;
    border-radius: 1.15em;
  }
  #fathers-banner {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #fathers-banner {
    width: 92%;
  }
}
@media screen and (max-width: 567px) {
  #fathers-banner .image-left {
    bottom: -1%;
    left: -6%;
    width: 27%;
  }
  #fathers-banner .image-right {
    bottom: -1%;
    right: -4%;
    width: 23%;
  }
  #fathers-banner .note {
    font-size: 14px;
    line-height: 18px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 405px) {
  #fathers-banner .note {
    font-size: 13px;
    line-height: 18px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 375px) {
  #fathers-banner .note {
    font-size: 11px;
  }
}
