#aug-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/25/aug/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/aug/hero/back.jpg") 1x,
    url("../../../images/25/aug/hero/back@2x.jpg") 2x
  );
  --red: #ed1c24;
}
#aug-hero .container {
  width: 100%;
}
#aug-hero .ah-inner {
  gap: 2em;
}
#aug-hero .ah-left {
  bottom: 0;
  left: 16vw;
}
#aug-hero .ah-left .products {
  width: 22vw;
}
#aug-hero .ah-main .main {
  width: 33vw;
  margin-bottom: 1vw;
  margin-top: 1vw;
}
#aug-hero .ah-right {
    bottom: 2vw;
    right: 19vw;
}
#aug-hero .ah-right .apple {
  width: 17vw;
}
#aug-hero .button {
  font-size: 0.9vw;
  height: 2vw;
  width: 8vw;
  border-radius: 1.2em;
  margin-bottom: 2vw;
}
#aug-hero .button,
#aug-hero .button:hover,
#aug-hero .button:active,
#aug-hero .button:visited {
  text-decoration: none;
  color: white;
}

@supports (background: -webkit-named-image(i)) {
  #aug-hero .button {
    font-weight: 600;
  }
}

@media screen and (max-width: 2000px) {
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 991px) {
  #aug-hero .ah-main {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #aug-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../../images/25/aug/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/aug/hero/back-m.jpg") 1x,
      url("../../../images/25/aug/hero/back-m@2x.jpg") 2x
    );
  }
  #aug-hero .container {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  #aug-hero .button {
    height: 2em;
    width: 8.5em;
    font-size: 1.3em;
    border-radius: 1em;
    margin-bottom: 0;
  }
  #aug-hero .ah-main .main {
    width: 100%;
    margin-bottom: 4vw;
  }
  #aug-hero .ah-main {
    overflow: hidden;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  #aug-hero .ah-right {
    position: relative;
    right: unset;
    align-items: center;
  }
  #aug-hero .ah-right .apple {
    width: 45%;
    margin-top: -3vw;
    margin-bottom: -2vw;
  }
  #aug-hero .button-mobile:hover,
  #aug-hero .button-mobile:active,
  #aug-hero .button-mobile:visited,
  #aug-hero .button-mobile:focus {
    color: transparent;
    background-color: transparent;
  }
}
