@media (max-width: 1350px) {
    .mobileonly {
        visibility: visible;
    }
    h1.mobileonly {
        color: #647D7D;
        font-weight: bold;
        text-align: center;
        padding-bottom: 2rem;
    }
    .mobilelogo {
        visibility: visible;
        display: block;
        padding-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
    }
    body {
        background-attachment: scroll;
    }
    header {
        visibility: collapse;
    }
    #intro {
        display: block;
        border-top: none;
        align-content: start;
    }
    footer ul {
        grid-template-columns: 1fr;
        grid-template-rows: max-content max-content;
        margin-left: 0;
        margin-right: 0;
        row-gap: 1rem;
    }
    .full, .full-nopad {
        width: 100%;
        /*min-height: max(max-content,100vh);*/
        min-height: max-content;
        height: max-content;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .photos2 {
        grid-template-columns: none;
        grid-template-rows: repeat(2, max-content);
        column-gap: 0rem;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .photos3 {
        grid-template-columns: none;
        grid-template-rows: repeat(3, max-content);
        column-gap: 0rem;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    #intro span {
        width: 100%;
        padding-bottom: 2rem;
    }
    .solutions, .constat {
        width: 100%;

    }

    .mobilelogo {
        max-width: 100%;
        min-width: 250px;
    }
}
