#june-banner {
  width: 100%;
  background-image: url(../../../images/25/june/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/june/banner/back.jpg") 1x,
    url("../../../images/25/june/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 16px;
  width: 80em;
  --purple: #6a2350;
  margin-bottom: 25px;
}
#june-banner .b-purple {
  background-color: var(--purple) !important;
}
#june-banner .banner-inner {
  height: auto;
  padding: 0 15px;
  gap: 2em;
}
#june-banner .banner-main {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#june-banner .banner-main img {
  width: 100%;
}
#june-banner .button {
  font-size: 1.1em;
  width: 12em;
  height: 2em;
  border-radius: 1em;
  margin-top: 9px;
}
@media screen and (max-width: 1300px) {
  #june-banner {
    width: 96%;
  }
}

@media screen and (max-width: 767px) {
  #june-banner {
    max-width: 100%;
    margin-bottom: 20px;
    background-image: url(../../../images/25/june/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/june/banner/back-m.jpg") 1x,
      url("../../../images/25/june/banner/back-m@2x.jpg") 2x
    );
    width: 92%;
    background-position: center top;
    overflow: visible;
  }
  #june-banner .banner-inner {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  #june-banner .banner-main {
    width: 100%;
    position: relative;
  }
  #june-banner .banner-main img {
    width: 90%;
  }
  #june-banner .banner-cta {
    align-self: center;
    margin: 0;
    order: 2;
    width: 100%;
  }
  #june-banner .banner-main {
    padding-top: 20%;
    padding-bottom: 36%;
  }
  #june-banner .button {
    font-size: 1.2em;
    margin-top: 16px;
  }
  #june-banner .bee-left {
    width: 12%;
    left: -2%;
    top: 16%;
  }
  #june-banner .bee-right {
    width: 10%;
    right: -2%;
    top: 22%;
    transform: scaleX(-1);
  }
}
