.bg-image {
  background-image: url(/assets/?j_tbladebg);
  height: 256px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;	
}

.bg-color {
  background-color: rgba(8, 8, 8, .5);
  height: 100%;	
}


/* Position text in the middle of the page/image */
.bg-text {

  color: #0A0A0A;
  font-weight: bold;
  position: relative;
  left: 50%;
  right: 50%;
  /*transform: */
  translate: -50% -200%; 
  z-index: 2;
  width: 100%;
  text-align: center;
}