#june-promo {
  font-size: 16px;
  --purple: #6b2151 !important;
}
#june-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/25/june/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/june/hero/back.jpg") 1x,
    url("../../../images/25/june/hero/back@2x.jpg") 2x
  );
}
#june-hero .b-purple {
  background-color: var(--purple) !important;
}
#june-hero .jh-inner {
  width: 100%;
}
.jh-main .button {
  width: 11.5em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.2em;
  margin-top: 1em;
  z-index: 10;
}
.jh-main {
  padding-top: 4em;
  padding-bottom: 0;
  z-index: 2;
  margin-bottom: -8em;
}
.jh-main img {
  width: 40em;
  max-width: unset;
}
.jh-main .bee-left {
  width: 7em;
  height: auto;
  left: -14em;
  top: 8em;
}
.jh-main .bee-right {
  width: 5em;
  height: auto;
  right: -14em;
  top: 5em;
}
.jh-bottom .front-image {
  z-index: 5;
}
.jh-bottom .middle-image {
  bottom: 0;
  position: relative;
  width: 82%;
  left: -1em;
}
.jh-bottom .flower-left {
  width: 10em;
  height: auto;
  left: 5em;
  bottom: 4em;
}
.jh-bottom .flower-left-small {
  width: 5em;
  left: 26em;
  bottom: 2em;
  height: auto;
}
.jh-bottom .flower-right {
  width: 9em;
  right: 1em;
  height: auto;
  bottom: 6em;
}
.jh-bottom .flower-right-small {
  right: 7.5em;
  width: 4em;
  bottom: 8em;
  height: auto;
}
.jh-bottom {
  width: 100%;
}

@media screen and (min-width: 2300px) {
  .jh-main {
    margin-bottom: -14em;
  }
}
@media screen and (max-width: 2299px) {
  .jh-main {
    margin-bottom: -12em;
  }
}
@media screen and (max-width: 1950px) {
  .jh-main {
    margin-bottom: -10em;
  }
}
@media screen and (max-width: 1750px) {
  .jh-main {
    margin-bottom: -8em;
  }
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
  .jh-main {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 767px) {
  #june-hero {
    background-image: url(../../../images/25/june/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/june/hero/back-m.jpg") 1x,
      url("../../../images/25/june/hero/back-m@2x.jpg") 2x
    );
  }
  .jh-inner {
    flex-direction: column;
    padding: 0;
    max-width: 100%;
  }
  .jh-main {
    width: 100%;
  }
  .jh-main img {
    width: 91%;
  }
  .jh-main .bee-left {
    width: 25%;
    height: auto;
    left: -7%;
    bottom: 21%;
    top: unset;
  }
  .jh-main .bee-right {
    width: 19%;
    height: auto;
    right: -3%;
    top: 60%;
  }
  .jh-bottom .flower-right {
    width: 26%;
    right: 2%;
    height: auto;
    bottom: -6%;
  }
  .jh-bottom .flower-left {
    width: 26%;
    height: auto;
    left: 1%;
    bottom: -6%;
  }
  .jh-main {
    margin-bottom: 64%;
    padding-top: 8%;
  }
}
@media screen and (max-width: 567px) {
}
