/*$joma-grey: rgb(88, 89, 91);*/
/* mobile-first media queries */
/* desktop-first media queries */
.content_row_typ_83 {
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 640px) {
  .content_row_typ_83 {
    background-attachment: fixed;
  }
}
.content_row_typ_83 .template_ix {
  position: relative;
  display: flex;
  min-height: inherit;
  align-items: center;
  color: #fff;
  z-index: 2;
}
.content_row_typ_83 .template_ix * {
  color: #fff;
}
.content_row_typ_83:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/*# sourceMappingURL=template_83.css.map */
