.sub-content {
/*  border: 1px yellow solid;*/
  margin-bottom: 10px;
}
.sub-content .content {
/*  border: 1px #000 solid;*/
  position: relative;
}

#main .sub-content p { margin: 0 }
.sub-content p img {
  margin-bottom: -4px;  /* fix img bottom margin */
}
.image-overlay {
/*    border: 1px yellow solid;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 367px;
    padding: 12px;
    color: #fff;
  }
  #main .image-overlay p {
/*    border: 1px yellow solid;*/
    position: relative;
    top: 0;
    left: 0;
    z-index: 20;
    margin-bottom: 0;
  }
  .image-overlay .bg {
/*    border: 1px yellow solid;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #e0005a;
    opacity: .70;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: .70;
    -moz-opacity: .70;
  }