.container{
		position:relative;
		font-family: Arial;
}

img {
		opacity: 0;
}

.text-block {
	 position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;

}
