div {
  display: flex;
  flex-direction: row;
  div {
    flex: 1;
  }
  .imgLeft,
  .imgRight {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
