div{
    display: inline-block;
    position:relative;
    overflow: hidden;
    margin: 2px;
    background-color: white;
    width: 700px;
    height: 400px;
    border: 2px solid black;
}
img{
    width: 700;
    height: 400px;
}
p{
    position:absolute;
    background: white;
    bottom:-1em;
    border-top: 2px solid black; 
    border-right: 2px solid black;
    padding: 5px;
    margin-right: -2px; 
    font-size: 10pt;
}