/* Container holding the image and the text */
.titled_image {
    position: relative;
}

/* Bottom right text */
.title {
    position: absolute;
    bottom: 12px;
    right: 8px;
    left: 8px;
    background-color: rgba(231,161,38,0.9);
    color: white;
	pointer-events: none;
}