.hypermarket .a1 {
  bottom: 9%;
  width: 100%;
  height: 120px;
}
@media all and (max-width: 1000px) {
  .hypermarket .a1 {
    width: 100vw;
    height: 12vw;
  }
}

.momo .a1 {
  bottom: 8%;
  width: 94%;
  height: 120px;
}
@media all and (max-width: 1000px) {
  .momo .a1 {
    height: 12vw;
  }
}