

  .imageholder {

    position: relative;

    float: right;

                width:100%;



}

.caption {

    position: absolute;

    bottom: 0;

    right: 0;

        left: auto;



    font-weight: bold;

    font-size: 18px;

    color: #fff;

    padding: 2em 2em;

}