.card_container {
  position: relative;
  text-align: center;
  color: white;
  
}

/* Bottom left text */
.card_bottom-left {
  position: absolute;
  background-color: black;
  height: 30px;
  padding: 3px;
  width: 100%;
  opacity: 0.7;
  bottom: 1px;
  left: 1px;
}