#june-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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 .june-container {
  width: 100%;
}
#june-hero .june-left .left {
  width: 24em;
  height: auto;
}
#june-hero .june-left {
  left: -17em;
  top: 36.2em;
}
#june-hero .text {
  width: 18em;
  bottom: 28em;
  left: -25em;
}
#june-hero .june-main {
  margin: 4em 0;
}
#june-hero .june-main .main {
  width: 36.5em;
  margin-bottom: 1.5em;
}
#june-hero .button {
  font-size: 1.35em;
  height: 2.2em;
  width: 11em;
  border-radius: 1.1em;
  background-color: #ffde16;
  font-weight: 900;
}
#june-hero .june-right .right {
  width: 43em;
  height: auto;
}
#june-hero .june-right {
  right: -19em;
  top: 39em;
}

#june-hero .button,
#june-hero .button:hover,
#june-hero .button:active,
#june-hero .button:visited {
  text-decoration: none;
  color: black;
}

#june-hero .animation-ph {
  visibility: hidden;
  width: 100%;
}

@media screen and (max-width: 2000px) {
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 991px) {
  #june-hero .june-main {
    margin: 5em 0;
  }
  #june-hero .june-main .main {
    width: 76%;
    margin-bottom: 1em;
  }
  #june-hero .button {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #june-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    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
    );
  }
  #june-hero .june-container {
    width: 100%;
  }
  #june-hero .june-main {
    overflow: hidden;
    width: 100%;
  }
  #june-hero .june-inner {
    flex-direction: column;
    width: 100%;
  }
  #june-hero .june-main .main {
    width: 84%;
  }
  #june-hero .button {
    margin-bottom: 8%;
  }
  #june-hero .june-right {
    position: relative;
    right: 0;
    width: 100%;
    top: 0;
  }
}
@media screen and (max-width: 567px) {
  #june-hero .button {
    height: 2em;
    width: 11em;
    font-size: 1.3em;
    border-radius: 1em;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 3;
  }
  #june-hero .left {
    width: 85%;
    left: -29%;
  }
  #june-hero .june-main .main {
    width: 87%;
    margin-bottom: 4%;
    margin-top: 2%;
  }
  #june-hero .june-main {
    overflow: hidden;
    width: 100%;
    margin: 0;
    margin-top: 12%;
    margin-bottom: -10%;
  }
  #june-hero .text {
    width: 48%;
    bottom: 27%;
    right: 5%;
    left: unset;
  }
}
