.cross--workMenu {
  display: block;
}

.cross--workMenu-mobile {
  display: none;
}

.off--desktop {
  display: none;
}

.projPrevNext_pad {
  height: 82px;
}

@media (max-width: 1100px) {
  .name__splash {
    display: none;
  }


}

@media (max-width: 48em) {

  .main__section__splash {
    width: 100%;
    height: 100%;
  }

  .logo__splash {
    position: initial;
    padding-top: 31vh;
  }

  .footer__splash {
    bottom: 12%;
  }

  main {
    flex-direction: column;
  }

  .left__section,
  .right__section {
    width: 100%;
    position: static;
  }

  .left__section {
    height: auto;
    padding-bottom: 4rem;
    position: static;

  }


  .right__section h2:first-of-type {
    padding-bottom: 1.5rem;

  }

  .right__section {
    position: static;
    height: auto;
    overflow: auto;
    padding-right: 0;
  }

  .address {
    position: static;
    margin-top: 4rem;
  }

  .about__text {
    max-width: 100%;
  }

  .home_image {
    padding: 0 0 50px 0;
  }

}
