.image-text-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.image-text-container .image-caption-title {
    font-size: 15px;
    width: 67%;
    background: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.image-text-container .image-caption-alt-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px;
    background: #000000;
    opacity: .9;
    text-align: center;
}