
@media (min-width: 991px) {
  .responsivegrid .full-container {
    margin: 0 calc((100vw - 100vw) / -2 - 50px);
  }
  .responsivegrid .responsivegrid .full-container {
    margin: 0 calc((100vw - 100vw) / -2 - 60px);
  }
  .responsivegrid .responsivegrid .responsivegrid .full-container {
    margin: 0 calc((100vw - 100vw) / -2 - 70px);
  }
  .responsivegrid .responsivegrid .responsivegrid .responsivegrid .full-container {
    margin: 0 calc((100vw - 100vw) / -2 - 80px);
  }
  .responsivegrid .responsivegrid .responsivegrid .responsivegrid .responsivegrid .full-container {
    margin: 0 calc((100vw - 100vw) / -2 - 90px);
  }
  .parallax__content {
    transform: translate3d(0, 25%, 0);
    top: auto;
    left: 0;
    bottom: 0;
  }
}