
/*  */
/* 
*/
.image-container {
  position: relative;
  max-width: 490px; /* Maximum width */
}

.image-container .text-block {
  position: absolute;
  bottom: 0;
  background: rgb(255, 255, 255); /* Fallback color */
  background: rgba(255, 255, 255, 0.5); /* Black background with 0.5 opacity */
  color: white;
  width: 100%;
  padding: 20px;
  margin: 0 auto; /* Center it */
}

{
  box-sizing: border-box;
}
 
/*  */