.cross--workMenu {
  display: block;
}

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

.off--desktop {
  display: none;
}

.projPrevNext_pad {
  height: 82px;
}

@media (max-width: 1050px) {}

@media (max-width: 48em) {

  /* 
    GENERAL 
  */

  .title__mobile {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: calc(100vw - (var(--main--margin) * 2));
    height: var(--align--top);
    align-items: flex-end;
    background: var(--main--color);
    margin: 0px var(--main--margin);
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    z-index: 3;
  }

  .hidden {
    visibility: visible;
    opacity: 1;
  }

  .hide_mobile {
    display: none !important;
  }

  .hide_from_mobile {
    display: none !important;
  }

  .hide_desktop {
    display: block;
  }

  .pointer__events {
    pointer-events: none;
  }

  article a:hover {
    color: black;
    transition: none;
  }

  a:hover .index--image--position {
    transition: none;
    display: none;
  }

  .header {
    justify-content: center;
  }

  .header li a {
    margin-left: 0;
  }

  .header .menu {
    width: 80%;
    justify-content: space-between;
  }

  .block {
    margin: 30px 0 30px 0 !important;
  }

  .block-type-slider {
    height: fit-content;
}

  .nonverbal__margin {
    margin-top: var(--nav--height);
  }

  .bottom--space {
    padding-bottom: 30px;
  }

  .framing-medium {
    width: 100%;
  }

  .framing-small {
    width: 100%;
  }

  .framing-tiny {
    width: 70%;
  }

  .image__portrait {
    width: auto;
    max-height: 40vh;
    display: flex;
    justify-self: center;
    margin: auto;
  }

  .gallery--picture {
    width: 100%;
  }

  .gallery--picture:has(img.image__portrait) {
    width: calc(((var(--body--width) / 2)) - (var(--main--gap) / 2));
  }

  .content--alignment {
    padding-top: 80px;
  }

  .main__section__mobile {
    width: calc(100% - var(--main--margin));
  }

  .contacts--image--position {
    display: none;
  }

  .sec__container {
    padding-top: var(--main--alignment);
  }

  .project__header {
    padding-top: var(--main--alignment);
  }

  .title--position {
    padding-bottom: 25px;
  }

  .block-type-text {
    padding: 0 20px
  }

  .header {
    justify-content: center;
  }

  .header {
    width: 100vw;
  }

  .project__name {
    min-width: 0;
  }

  .align-tiny {
    flex-wrap: wrap;
  }




}