.janus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}

.janus img {
  width: 100%;
  height: 100%;
}