#april-banner {
  width: 70vw;
  background-image: url(../../../images/banners/25/april/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/banners/25/april/back.jpg") 1x,
    url("../../../images/banners/25/april/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 16px;
  overflow: visible;
  margin-bottom: 20px;
  --dark-red: #b2071c;
}
#april-banner .banner-inner {
  height: auto;
  padding: 0 15px;
}
#april-banner .banner-main .button {
  width: 10vw;
  height: 2vw;
  bottom: 1vw;
  left: 9vw;
  text-decoration: none;
  background-color: transparent;
}
#april-banner .banner-main .main {
  width: 27vw;
  margin-bottom: -1.5vw;
  left: -1vw;
  position: relative;
}
#april-banner .image {
  width: 10vw;
  margin-top: -1vw;
  margin-bottom: -1vw;
}
#april-banner .banner-cta .text {
  width: 24vw;
  position: relative;
  right: -3vw;
  margin-bottom: -2%;
}
#april-banner .banner-cta .button {
  font-size: 1.2em;
  width: 10vw;
  height: 2vw;
  border-radius: 1em;
  background-color: transparent;
  line-height: 1;
  bottom: 3.2vw;
  left: 4vw;
}
#april-banner a:hover,
#april-banner a:focus,
#april-banner a:active,
#april-banner a:visited {
  color: white;
}

@media screen and (max-width: 767px) {
  #april-banner {
    width: 90%;
    background-image: url(../../../images/banners/25/april/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/banners/25/april/back-m.jpg") 1x,
      url("../../../images/banners/25/april/back-m@2x.jpg") 2x
    );
    height: 162vw;
    margin: auto;
  }
  #april-banner .banner-inner {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
    justify-content: space-between;
  }
  #april-banner .banner-main .main {
    width: 93%;
    display: flex;
    left: unset;
    top: 6%;
  }
  #april-banner .banner-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #april-banner .banner-main .button {
    width: 46vw;
    height: 29%;
    bottom: -53%;
    left: unset;
    text-decoration: none;
    background-color: var(--dark-red);
    font-size: 3.8vw;
}
  #april-banner .banner-image,
  #april-banner .banner-cta {
    width: 100%;
  }
  #april-banner .image {
    width: 69%;
    margin: auto;
    bottom: -23%;
  }
  #april-banner .banner-cta .text {
    width: 67%;
    bottom: 0;
    margin-bottom: 0;
    right: unset;
  }
  #april-banner .banner-cta .button {
    width: 46vw;
    height: 13%;
    border-radius: 35px;
    background-color: var(--dark-blue);
    line-height: 1;
    bottom: 62%;
    left: unset;
    font-size: 3.8vw;
}
}
@media screen and (max-width: 567px) {

  @supports (background: -webkit-named-image(i)) {
    #april-banner .button {
      padding-top: 2px;
    }
  }
}
