.fake-block-container {
  position: relative;
  width: 100vw;
  max-width: 1110px;
  left: 50%;
  transform: translateX(-50%);
}