.multicolumn{
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.columnjoin{
  position: static;
  clear: both;
  width: 100%;
}
.lefttextcolumn{
  position: relative;
  left: 0;
  top: 0;
  width: 60%;
  min-width: 500px;
  height: auto;
  overflow: visible;
}
.rightimagecolumn{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  max-width: 400px;
  min-width: 0;
  height: auto;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 50px;
  z-index: -1;
}
.righttextcolumn{
  position: relative;
  float: right;
  right: 0;
  top: 0;
  width: 60%;
  min-width: 500px;
  height: auto;
  overflow: visible;
}
.leftimagecolumn{
  position: relative;
  float: left;
  left: 0;
  bottom: 0;
  max-width: 30%;
  width: 400px;
  min-width: 0;
  height: auto;
  overflow: hidden;
  z-index: -1;
}
