/**
 * Place your custom styles here.
 */

.ifch-col-left-content {
  width: 50%;
  float: left;   
}

.ifch-col-left-background {
    width: 50%;
    position: absolute;
}

.ifch-col-right-content {
  width: 50%;
  float: right;   
}

.ifch-col-right-background {
  width: 50%;
  margin-left: 50%;   
  position: absolute;
}

@media screen and (max-width: 767px) {
  .ifch-col-left-content,
  .ifch-col-right-content {
    width: 100%;
    float: none;
    display: table;
  }
  
  .ifch-col-left-background,
  .ifch-col-right-background {
    display: none;
  }
}