.module.widget-handle{
  border-top: none;
}
section.cover.fullscreen.overlay{
  background: #292929;
}

.cover.fullscreen.overlay.parallax{
  height: auto;
  max-height: 900px;
  background: #292929;

}
.container.v-align-transform.layout_marge{
  margin-top: 550px;
}

.row{
  margin-top: 0;
}

@media (max-width: 767px) {

  .cover.fullscreen.overlay.parallax{
    max-height: 1400px;
  }

  .container.v-align-transform.layout_marge{
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {

  .cover.fullscreen.overlay.parallax{
    max-height: 1000px;
  }

  #lcl.cover.fullscreen.overlay.parallax{
    max-height: 1400px;
  }
  #lcl.container.v-align-transform.layout_marge{
    margin-top: 750px;
  }

}


@media (min-width: 993px) {

  .cover.fullscreen.overlay.parallax{
    max-height: 900px;
  }

}
