.container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  > div {
    width: 100%;
  }
}

.content {
  max-width: 1197px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  > div {
    width: 33.3%;
    img {
      width: 100%;
    }
  }
}
