/* Container holding the image and the text */
.container {
position: relative;
}

/* Bottom right text */
.text-block {
position: absolute;
top: 0px;
left: 0px;
background-color: none;
color: black;
padding-left: 20px;
padding-right: 20px;
}

