#nov-bf-banner {
  font-size: 16px;
  background-image: url(../../../images/banners/25/nov-bf-sub/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/banners/25/nov-bf-sub/back.jpg") 1x,
    url("../../../images/banners/25/nov-bf-sub/back@2x.jpg") 2x
  );
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  --red: #b2071c;
  max-width: 74em;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 39px;
  border-radius: 10px;
}
#nov-bf-banner .banner-inner {
  gap: 2em;
}
#nov-bf-banner .text {
  margin-bottom: 10px;
}
#nov-bf-banner .timer-box {
  margin: 24px 0;
  margin-top: 0;
}
#nov-bf-banner .timer-display .timer-item {
  font-size: 3em;
  margin-top: 0.35em;
  margin-bottom: 0em;
  margin-right: 0.3em;
  margin-left: 0.3em;
}
#nov-bf-banner .timer-item .timer-sub {
  font-size: 0.3em !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.1em;
  text-transform: uppercase;
}
#nov-bf-banner .dots {
  font-size: 3em;
  margin: unset;
}
#nov-bf-banner .button {
  border-radius: 0 !important;
  background-color: transparent;
}

/* Safari Only */
/* @supports (background: -webkit-named-image(i)) {
  #nov-bf-banner .button {
  }
} */
@media screen and (max-width: 1250px) {
  #nov-bf-banner {
    width: 95%;
  }
}
@media screen and (max-width: 991px) {
  #nov-bf-banner .banner-inner {
    gap: 1em;
    flex-direction: column;
    padding: 1em 0;
  }
}
@media screen and (max-width: 767px) {
  #nov-bf-banner {
    background-image: url(../../../images/banners/25/nov-bf-sub/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/banners/25/nov-bf-sub/back-m.jpg") 1x,
      url("../../../images/banners/25/nov-bf-sub/back-m@2x.jpg") 2x
    );
    width: 90%;
  }
  #nov-bf-banner .banner-inner {
    flex-direction: column;
    align-items: center;
    padding: 7% 15px;
  }
  #nov-bf-banner .banner-main,
  #nov-bf-banner .banner-cta {
    width: 100%;
  }
  #nov-bf-banner .banner-main .main {
    width: 97%;
    margin: 0;
  }
  #nov-bf-banner .text {
    width: 73%;
  }
  #nov-bf-banner .button {
    font-size: 1em;
  }
  #nov-bf-banner .timer-display .timer-item {
    font-size: 3em;
  }
  #nov-bf-banner .dots {
    font-size: 3em;
  }
}
@media screen and (max-width: 567px) {
  #nov-bf-banner .banner-inner {
    padding: 6% 15px;
    gap: 0;
  }
  #nov-bf-banner .banner-main .main {
    margin-bottom: 3%;
  }
  #nov-bf-banner {
    margin-top: 19px;
    margin-bottom: 19px;
    width: 92%;
  }
  #nov-bf-banner .timer-display .timer-item {
    font-size: 2.5em;
    margin-right: 4%;
    margin-left: 4%;
  }
  #nov-bf-banner .dots {
    font-size: 2.5em;
  }
  #nov-bf-banner .button-m {
    display: flex !important;
    background-color: white;
    width: 9em;
    height: 2.2em;
    border-radius: 1.1em !important;
    color: black;
    font-size: 1em;
  }
  #nov-bf-banner .button-m,
  #nov-bf-banner .button-m:hover,
  #nov-bf-banner .button-m:active,
  #nov-bf-banner .button-m:focus,
  #nov-bf-banner .button-m:visited {
    color: black;
    text-decoration: none;
  }
}
@media screen and (max-width: 375px) {
  #nov-bf-banner .timer-display .timer-item {
    font-size: 1.5em;
  }
  #nov-bf-banner .dots {
    font-size: 1.5em;
  }
}
