#fifty-fifty{
    display: flex;
    flex-wrap: wrap;
}
#fifty-fifty > div {
  width: 50%;
}
#fifty-fifty .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#fifty-fifty .image img{
    height: 100%;
}
#fifty-fifty .textContainer {
  position: relative;
}
#fifty-fifty .text {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1vw !important;
  transform: translate(-50%,-50%);
  line-height: 1.6em;
}
#fifty-fifty .left {
    color: #d4d4d4;
    background: #212121;
} 