@media only screen and (max-width: 1023px) {
    * {
        cursor: default !important;
    }
    *:hover {
        cursor: unset;
    }
    .cursor-trail, .cursor-trail__main {
        display: none;
    }
    
    .menu__icon {
        height: 50px;
        width: 50px;
        margin-top: -12px;
        margin-right: -20px;
    }
    .whatwedo-menu {
        position: fixed;
        float: right;
        right: 2rem;
        top: 85px;
        z-index: 10;
        min-width: 100px;
        text-align: right;
    }
    .blog-header__year {
        width: 50px;
    }
    .whatwedo-menu a {
        line-height: 1.6rem;
    }
    .whatwedo-menu__list a {
        width: fit-content;
        margin-left: auto;
    }

    .projects-list img {
        width: 100%;
    }

    #project-details .projects-list .projects-list__line img {
        width: 100% !important;
        padding-top: 0 !important;
    }

    #project-details .projects-list .projects-list__line.position_image_small_not_fit_half_width_screen, 
    #project-details .projects-list .projects-list__line.position_image_small_left, 
    #project-details .projects-list .projects-list__line.position_image_small_center, 
    #project-details .projects-list .projects-list__line.position_image_small_right {
        margin-bottom: 0rem;
    }

    #project-details .projects-list .projects-list__line.position_text_small, 
    #project-details .projects-list .projects-list__line.position_text_big_fit_line {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 900px) {
    .content-fixed-width {
        width: 100%;
    }
    
    #home .hover-language a {
        font-size: 5em;
        line-height: 0.7em;
    }
    #wheretofindus {
        height: calc(100vh - 290px);
    }
    #wheretofindus .where-container {
        width: calc(100% - 4rem);
        padding: 20px;
        height: auto;
        border-bottom: 1px solid #000;
    }
    #wheretofindus .where-container h1 {
        line-height: 1.5rem;
    }
    #wheretofindus .map-container {
        height: calc(100vh - 252px);
    }
    .article__menu {
        width: 120px;
    }
}
@media only screen and (max-width: 719px) {
    #whatwedo .projects-list .projects-list__element {
        aspect-ratio: 1 !important;
    }
}