body {
  min-width: auto !important;
}

#eventWrapper {
  width: 100%;
  position: relative;
}
#eventWrapper .links {
  position: absolute;
  bottom: 3%;
  left: 50%;
  display: flex;
  gap: 3.5%;
  width: 85.6%;
  transform: translateX(-50%);
}
#eventWrapper .links a {
  display: block;
  width: 22.375%;
  aspect-ratio: 1/1;
  font-size: 0;
  text-indent: -9999px;
  opacity: 0;
}
#eventWrapper .bg {
  width: 100%;
  height: auto;
}
#eventWrapper .bg img {
  width: 100%;
  height: auto;
}