article.callout{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
article.callout .callout-image{
    display: block;
    width: 100%;
    height: auto;
}
article.callout .callout-details{
    background: rgba(13, 135, 199, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px 0 10px;
}
article.callout .callout-details h3{
    margin-top: 0px;
    margin-bottom: 0.25em;
    color: #ffffff;
}
article.callout .callout-details p{
    margin-top: 0px;
    margin-bottom: 0.75em;
    color: #ffffff;
}