section#module_16917662259184 {
    padding: 130px 0;
}
.jarallax {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jarallax > .title_blog{
  color: white;
  z-index: 20;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover; 
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: -1;
}

.text-block{
  background-color: red;"
  height: 500px;
  font-size: 32px
}
.u-overlay:before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s ease-in-out;
  z-index: 10;
  opacity: .4;
}
.jarallax.u-overlay{
  width: 100%;
  height: 500px;
}
@media (max-width: 768px) {
  .jarallax.u-overlay{
    width: 100%;
    height: 300px;
    text-align: center;
  }
 
}
