,
.parentDiv {
width: 100%;
height:300px;
background-color: grey;
}
.imageDiv {
width: 50%;
height: inherit;
background-color: orange;
float:left;
}
.imageContainer {
width: 100%;
height: 100%;
}
.imageContainer img {
width: 100%;
min-height: 100%;
}
.contentDiv {
width: 50%;
height:100%;
float:left;
background-color: lightgreen;
}
.contentDiv p {
padding-left: 15px;
padding-right: 15px;
}