@media (max-width: 767px) {
  /* mobile-specific styles */
  .visioner-wrapper-tool {
    top: auto !important;
    bottom: 100px !important;
     box-shadow: none !important;
     background-color: transparent !important;
       width: calc(80vw - 0px) !important;
  }

  .btn-resize-image {
    position: fixed;
    z-index: 10001 !important;
    width: 50px !important;
    height: 50px !important;
    right: 0px;
  }

  .mud-nav-link .mud-nav-link-text {
    font-size: 1.5rem !important;
    font-weight: 200 !important;
  }

  .navmenu-endpage {
    background-color: var(--mud-palette-drawer-background);
    padding-bottom: 80px;
  }

  .title-4 {
    margin-left: calc(var(--indent) * 0);
  }

  .title-5 {
    margin-left: calc(var(--indent) * 0);
  }

  .title-6 {
    margin-left: calc(var(--indent) * 1);
  }

  .mud-typography-body1,
  .mud-typography-body2 {
    padding-left: calc(var(--indent) * 1 + 0px);
  }

  .portfolio-banner {
    display: none !important;
  }
  .portfolio-banner-mobile {
    display: grid !important;
    margin-bottom: 60px;
  }

  .title-right-block {
    font-weight: 500 !important;
    font-size: 4rem !important;
    position: relative !important;
    top: 0rem !important;
    transform: translateY(0%) !important;
  }
  .right-block {
    max-width: calc(80vw - 40px) !important;
  }
  .year {
    font-size: 3rem !important;
  }

  .role {
    font-size: 0.8rem !important;
    white-space: nowrap;
    bottom: calc(0.8rem + 8px) !important;
  }

  .layout-cover {
    padding: 1rem !important;
    padding-bottom: 200px !important;
    height: auto !important;
  }

  .block-mobile {
    margin-top: 100px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
  .cover-img-02 { 
    opacity: 0.15 !important;
  }
  .content-card{
    text-align: left !important;
  }
    .language-selector-wrapper {
        margin: 40px 0px 20px 12px !important;
    }

}
