.container {
  position: relative;
}

.container > * {
  position: absolute;
  top: -1px;
  left: 0;
}
