:root {
    --color-pri: #e4211e;
    --fontSize-s: 1.3125rem;
    --fontSize-m: 1.375rem;
    --line-height: 1.5625rem;
    --letter-spacing: 0;
    --clamp: clamp(1rem, 2.9vw , 5rem);
    --old: max(1.666vw, 2rem) max(2.1875vw, 2.625rem);
    --shadow: 0px 3px 6px #00000029;
}

body {
    font-family: 'Times New Roman', "times-new-roman", Times, serif;
    text-rendering: optimizeLegibility;
    color: var(--color-pri);
    font-size: var(--fontSize-s);
    line-height: var(--line-height);
    margin: var(--clamp);
    letter-spacing: var(--letter-spacing);
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
.hClass {
    font-weight: normal;
    font-size: var(--fontSize-s);
}

a { 
    color: var(--color-pri); 
    text-decoration: none;
    cursor: pointer;
}

a.active {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-underline-offset: 0.1875rem;
}

a:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-underline-offset: 0.1875rem;
}

a:hover * { text-decoration-thickness: 0.0625rem; }

em {
    font-style: italic;
}

img {
    height: auto;
    width: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

header {
    margin-bottom: calc(var(--line-height) * 2);
}

header h1 {
        position: absolute;
        top: calc(var(--clamp) - .725rem);
        left: 50%;
        transform: translateX(-50%);
        text-transform: uppercase;
        font-size: var(--fontSize-m);
        line-height: var(--line-height);
        text-align: center;
    }

header h1 a:hover {
            text-decoration: none;
        }

header h1 span {
            display: block;
        }

header h1 img {
            width: auto;
        }

header nav ul li a {
        font-size: var(--fontSize-s);
        font-weight: normal;
    }

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
            header.safari-only h1 img {
                scale: 1.03;
            }
    }

main {
    margin-bottom: 6.5rem;
}

main#exhibition .exhibition-title {
            max-width: 50%;
        }

.content {
    width: calc(100% / 3 * 2);
    margin-top: calc(var(--line-height) * 2.375);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 2.625rem;
}

.content > div {
        width: 75%;
    }

.content > div p + p, .content > div p + blockquote, .content > div blockquote + p, .content > div blockquote + blockquote {
            margin-top: var(--line-height);
        }

.content > div blockquote {
            padding-left: 1.3125rem;
            border-left: 0.0625rem var(--color-pri) solid;
        }

.content > div:first-child + figure {
        /*margin-top: calc(var(--line-height) * 2.2);*/
        margin-top: 2rem;
    }

.content > div + figure {
        margin-top: 2rem;
    }

.content > figure.landscape {
        flex-basis: 100%;
    }

.content > figure.portrait {
        flex-basis: calc(50% - 1.3125rem);
    }

.content > figure.portrait.video {
        margin-right: calc(50% - 1.3125rem);
    }

.content > figure figcaption {
            margin-top: .5rem;
        }

.content > figure + figure {
        margin-top: 2rem;
    }

.content > figure.portrait:first-child + figure.portrait {
        margin-top: 0;
    }

.content > figure + div, .content > div + div {
        margin-top: 5.75rem;
    }

#selected-work .content > figure + div, #selected-work .content > div + div {
        margin-top: calc(var(--line-height) * 6);
    }

div.no-image { background-color: rgb(235, 235, 235); }


.exhibition-title h2 {
        text-transform: uppercase;
    }


.exhibition-title h2 > span {
            text-transform: none;
        }


.exhibition-title h2 em {
            text-transform: none;
        }


.exhibition-title p span {
            text-transform: uppercase;
        }

.exhibition-title.short h2{display: inline;}

.exhibition-title.short span {text-transform: none;}



.exhibitions-list,
.works-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5rem 2.25rem;

}



.exhibitions-list div.no-image, .works-list div.no-image {
        margin: 0 clamp(2.25rem, 2.9vw, 5rem); /*margin: 0 2.25rem;*/
        aspect-ratio: 3/2;
        box-shadow: var(--shadow);
    }



.exhibitions-list figure, .works-list figure {  
        background-color: white;
    }



.exhibitions-list figure picture,.works-list figure picture{
            aspect-ratio: 3/2;
            box-shadow: var(--shadow);
        }



.exhibitions-list figure img, .works-list figure img {
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            height: calc(100% + 1px); /* Fix for Safari */
        }



.exhibitions-list .exhibition-title, .works-list .exhibition-title {
        margin-top: 2.625rem;
    }

#upcoming-list {
    margin-bottom: 2.625rem;
}

#current-list li, #works li {
        flex-basis: calc(50% - 1.125rem);
    }

#current-list li figure, #works li figure {
            margin: 0 clamp(2.25rem, 2.9vw, 5rem); /*margin: 0 2.25rem;*/
            box-shadow: var(--shadow);
        }

#archive-list, section#exhibitions {
    gap: 5rem 2.25rem;
}

#archive-list li, section#exhibitions li {
        flex-basis: calc(33.333% - 1.5rem);
        /*
        a:hover {
            text-decoration: underline;
        }
        */
    }

#archive-list li figure, section#exhibitions li figure {
            margin: 0 clamp(2.25rem, 2.9vw, 5rem); /*margin: 0 2.25rem;*/
        }

section#exhibitions-external {
    gap: 5rem 2.25rem;
}

section#exhibitions-external li {
        flex-basis: calc((100 / 5 * 1%) - (2.25 / 5 * 4rem));
    }

section#exhibitions-external li figure {
            margin: 0 clamp(2.25rem, 2.9vw, 5rem); /*margin: 0 2.25rem;*/
        }

#archive {
    margin-top: 6.25rem;
    min-height: 100vh;
}

#archive > div {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2.625rem;
    }

#archive input {
        text-align: right;
    }

#archive input::-moz-placeholder {
        color: var(--color-pri);
    }

#archive input::placeholder {
        color: var(--color-pri);
    }

.artists-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3rem 2.25rem;
}

.artists-list li {
        flex-basis: calc(25% - 1.6875rem);
    }

.artists-list li div.no-image {
            margin: 0 clamp(2.25rem, 2.9vw, 5rem); /*margin: 0 2.25rem;*/
            aspect-ratio: 4/3;
        }

.artists-list li figure {
            margin: 0 clamp(2.25rem, 2.9vw, 5rem); /*margin: 0 2.25rem;*/
            aspect-ratio: 4/3;
            background-color: white;
        }

.artists-list li figure img {
                aspect-ratio: 4/3;
                -o-object-fit: cover;
                   object-fit: cover;
                -o-object-position: 50% 50%;
                   object-position: 50% 50%;
            }

.artists-list li h3 {
            margin-top: 2.625rem;
        }

#works-by {
    margin-top: 7.875rem;
}

#works-by h2 {
        margin-bottom: 2.625rem;
    }

#artist > h2, #about > h2 {
        text-transform: uppercase;
        margin-bottom: var(--line-height);
    }

#artist section#biography p + p, #artist section#introduction p + p, #about section#biography p + p, #about section#introduction p + p {
            margin-top: var(--line-height);
        }

#artist section#biography .text, #artist section#introduction .text, #about section#biography .text, #about section#introduction .text {
            width: 50%;
        }

#artist section#biography .gallery + .text, #artist section#introduction .gallery + .text, #about section#biography .gallery + .text, #about section#introduction .gallery + .text {
            margin-top: calc(var(--line-height) * 2);
        }

#artist section#biography .gallery, #artist section#introduction .gallery, #about section#biography .gallery, #about section#introduction .gallery {
            margin-top: calc(var(--line-height) * 1.5);
            width: calc(100% / 3 * 2);
            position: relative;

        }

#artist section#biography .gallery figure, #artist section#introduction .gallery figure, #about section#biography .gallery figure, #about section#introduction .gallery figure {
                box-shadow: none;
                cursor: inherit !important;
            }

#artist section#biography .gallery figure picture, #artist section#introduction .gallery figure picture, #about section#biography .gallery figure picture, #about section#introduction .gallery figure picture {
                    aspect-ratio: 3 / 2;
                }

#artist section#biography .gallery figure.portrait img,#artist section#introduction .gallery figure.portrait img,#about section#biography .gallery figure.portrait img,#about section#introduction .gallery figure.portrait img{
                        height: 100%;
                        width: auto;
                    }

#artist section#biography .gallery figure.landscape picture, #artist section#biography .gallery figure.square picture, #artist section#introduction .gallery figure.landscape picture, #artist section#introduction .gallery figure.square picture, #about section#biography .gallery figure.landscape picture, #about section#biography .gallery figure.square picture, #about section#introduction .gallery figure.landscape picture, #about section#introduction .gallery figure.square picture {
                        max-height: 100%;
                    }

#artist section#biography .gallery figure.landscape img, #artist section#biography .gallery figure.square img, #artist section#introduction .gallery figure.landscape img, #artist section#introduction .gallery figure.square img, #about section#biography .gallery figure.landscape img, #about section#biography .gallery figure.square img, #about section#introduction .gallery figure.landscape img, #about section#introduction .gallery figure.square img {
                        height: 100%;
                        width: 100%;
                        -o-object-fit: cover;
                           object-fit: cover;
                    }

#artist section#biography .gallery figure figcaption, #artist section#introduction .gallery figure figcaption, #about section#biography .gallery figure figcaption, #about section#introduction .gallery figure figcaption {
                    margin-top: 1rem;
                    font-size: var(--fontSize-s);
                    line-height: var(--line-height);
                    letter-spacing: var(--letter-spacing);
                }

#artist section#biography .gallery figure figcaption span, #artist section#introduction .gallery figure figcaption span, #about section#biography .gallery figure figcaption span, #about section#introduction .gallery figure figcaption span {
                        display: inline-block;
                        margin-right: 1.3125rem;
                    }

#artist section#biography .gallery-item, #artist section#introduction .gallery-item, #about section#biography .gallery-item, #about section#introduction .gallery-item {
            display: none;
            cursor: pointer;
        }

#artist section#biography .gallery-item.active, #artist section#introduction .gallery-item.active, #about section#biography .gallery-item.active, #about section#introduction .gallery-item.active {
            display: block;
        }

#artist section#biography .gallery-item.nogallery, #artist section#introduction .gallery-item.nogallery, #about section#biography .gallery-item.nogallery, #about section#introduction .gallery-item.nogallery {
            cursor: default;
        }

#artist section#biography .gallery-item.nogallery picture, #artist section#introduction .gallery-item.nogallery picture, #about section#biography .gallery-item.nogallery picture, #about section#introduction .gallery-item.nogallery picture {
                box-shadow: none;
            }

#artist section#press, #about section#press {
        /*
        a:hover {
            text-decoration: underline;
        }
        */
    }

#artist section#press li, #about section#press li {
            display: flex;
        }

#artist section#press h3, #about section#press h3 {
            margin-right: 1.3125rem;
        }

#artist section#press h3 span:not(:last-child)::after, #artist section#press h3 time:not(:last-child)::after, #about section#press h3 span:not(:last-child)::after, #about section#press h3 time:not(:last-child)::after{
                content: ' | ';
            }

#artist section, #about section {
        margin-bottom: 6.25rem;
        
    }

#artist section > h2, #about section > h2 {
            margin-bottom: calc(var(--line-height) * 1);
        }

#artist section.cv-table, #about section.cv-table {
            margin-bottom: calc(var(--line-height) * 2);
        }

#artist section.custom-section, #about section.custom-section {
            margin-bottom: calc(var(--line-height) * 2);
        }

#artist #exhibitions > h2, #artist #exhibitions-external > h2, #about #exhibitions > h2, #about #exhibitions-external > h2 {
            margin-bottom: calc(var(--line-height) * 1.5);
        }

.cv-table div {
    display: flex;
    gap: 0 1.3125rem;
}

.cv-list time, .cv-table time  {
    margin-right: 1.3125rem;
}

#works h3 {
        margin-bottom: 2.625rem;
    }

#press > div:first-child {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 2.625rem;
        align-items: flex-start;
        position: relative;
    }

#press > div:first-child button {
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer; 
        }

#press > div:first-child button:hover {
                text-decoration: underline;
                text-decoration-thickness: 0.0625rem;
                text-underline-offset: 0.1875rem;
            }

#press-filter {
    /* 
    display: flex;
    flex-wrap: wrap; 
    */
    flex-grow: 1;
    -moz-columns: 4;
         columns: 4;
   
    /*
    > li {
        flex-basis: 25%;
    }
    */
}

#press-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4.25rem 2.25rem;
}

#press-list li {
        flex-basis: calc(100 / 6 * 1% - 2.25 / 6 * 5rem);
    }

#press-list li div.no-image {
            width: calc(6.5rem / 2 * 3);
            height: 6.5rem;
            margin: 0 auto;
        }

#press-list li figure {
            margin: 0 clamp(2.25rem, 2.9vw, 5rem); /*margin: 0 2.25rem;*/
            background-color: white;
            text-align: center;
        }

#press-list li figure picture {
                height: 6.5rem;
                display: flex;
                align-items: center;
                justify-content: center;
            }

#press-list li figure img {
                height: auto;
                width: auto;
                max-height: 100%;
                max-width: 100%;
                box-shadow: var(--shadow);
            }

/*
        flex-basis: calc(100 / 5 * 1% - 2.25 / 5 * 4rem);
        flex-basis: calc(100 / 4 * 1% - 2.25 / 4 * 3rem);
        flex-basis: calc(100 / 3 * 1% - 2.25 / 3 * 2rem);
        flex-basis: calc(100 / 2 * 1% - 2.25 / 2 * 1rem);
        flex-basis: calc(100 / 1 * 1% - 2.25 / 1 * 0rem);
        */

#press-list li h2 {
            margin-top: 2.625rem;
            font-size: calc(var(--fontSize-s) * 0.85);
            line-height: calc(var(--line-height) * 0.85);
            /*
            time::after {
                content: '\00a0';
                display: inline;
                width: .5rem;
            }
            */
        }

#press-list li h2 span:first-of-type {
                text-transform: uppercase;
            }

#news {
    position: relative;
}

#news section.local-news {
        display: flex;
        flex-direction: column;
    }

#news section.local-news a {
            text-decoration: underline;
            text-decoration-thickness: 0.0625rem;
            text-underline-offset: 0.1875rem;
        }

#news section.local-news .news-item {
            display: inline;
        }

#news section.local-news span::after {
            content: ':';
            margin-right: .25rem;
        }

#news > div.search-bar {
        position: absolute;
        right: 0;
        top: calc(var(--line-height) * -1);
    }

#news ul {
        line-height: 1.6rem;
    }

#news li.year:not(:first-child) {
        margin-top: var(--line-height);
    }

#news li.year {
        margin-bottom: var(--line-height);
    }

#news li span {
        text-transform: uppercase;
    }

/*
    li a:hover {
            text-decoration: underline;
    }
    */

#news input {
        position: absolute;
        right: 0;
        text-align: right;
    }

#news input::-moz-placeholder {
        color: var(--color-pri);
    }

#news input::placeholder {
        color: var(--color-pri);
    }

#news .internal {
        text-decoration: underline;
        text-decoration-thickness: 0.0625rem;
        text-underline-offset: 0.1875rem;
    }

.imprint h2,  .imprint .text > p {
        margin-bottom: var(--line-height);
    }

.imprint .text {
        width: 50%;
    }

#fairs h2 {
        margin-bottom: var(--line-height);
    }

#fairs section#upcoming-fairs h3 > *:not(:last-child)::after {
                content: ', ';
            }

#fairs section#upcoming-fairs h3 span:first-child {
                text-transform: uppercase;
            }

#fairs section#past-fairs {
        margin-top: var(--line-height);
    }

#fairs section#past-fairs ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 4.25rem 2.25rem;
        }

#fairs section#past-fairs ul li {
                flex-basis: calc(25% - 1.6875rem);
            }

#fairs section#past-fairs ul li figure {
                    margin: 0 clamp(2.25rem, 2.9vw, 5rem); /*margin: 0 2.25rem;*/
                    aspect-ratio: 3/2;
                    background-color: white;
                }

#fairs section#past-fairs ul li figure picture {
                        box-shadow: var(--shadow);
                    }

#fairs section#past-fairs ul li figure img {
                        aspect-ratio: 3/2;
                        -o-object-fit: cover;
                           object-fit: cover;
                    }

#fairs section#past-fairs ul li h3 {
                    margin-top: 2.625rem;
                    text-transform: uppercase;
                }

#fairs section#past-fairs ul li div.no-image {
                    margin: 0 clamp(2.25rem, 2.9vw, 5rem); /*margin: 0 2.25rem;*/
                    aspect-ratio: 3/2;
                    box-shadow: var(--shadow);
                }

.fair-title h2 {
        text-transform: uppercase;
    }

div + section#images {
    margin-top: calc(var(--line-height) * 2.2);
}

section#images {
    width: 100%;
}

section#images ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 2.625rem;
}

section#images ul li.landscape {
        flex-basis: 100%;
    }

section#images ul li.portrait {
        flex-basis: calc(50% - 1.3125rem);
    }

section#images ul figure figcaption {
            margin-top: .5rem;
        }

section#images ul li + li {
        margin-top: 2rem;
    }

#selected-work div.header {
        display: flex;
        justify-content: space-between;
    }

#selected-work h2 {
        text-transform: uppercase;
    }

#about {
    /*
    a:hover {
        text-decoration: underline;
    }*/
}

#about h3 {
        text-transform: uppercase;
    }

footer > h4 {
    text-transform: uppercase;
}

footer section {
    display: inline-flex;
    width: 100%;
    margin-bottom: 0;

}

footer section a:not(:last-child) {
        margin-right: .25rem;
    }

#team > ul, #galleries > ul {
        display: flex;
        flex-wrap: wrap;
        gap: 4.25rem 2.25rem;
    }

#team > ul > li, #galleries > ul > li {
            flex-basis: calc(100 / 3 * 1% - 2.25 / 3 * 2rem);
        }

#team > ul > li > picture, #galleries > ul > li > picture {
                /*margin-bottom: .5rem;*/
                margin: 0 clamp(2.25rem, 2.9vw, 5rem);
            }

#team > ul > li > picture + h3, #galleries > ul > li > picture + h3 {
                margin-top: 2.625rem;
            }

#team > ul > li p:not(:last-child), #galleries > ul > li p:not(:last-child) {
                margin-bottom: var(--line-height);
            }

#team > ul > li > ul, #galleries > ul > li > ul {
                margin-top: calc(var(--line-height) * 2);
            }

#team > ul > li > ul > li:not(:last-child), #galleries > ul > li > ul > li:not(:last-child) {
                    margin-bottom: calc(var(--line-height) * 2);
                }


/*
body main img {
    transition: opacity 0.5s ease-in-out;
}

body:not(.loaded) main img{
    opacity: 0;
}
*/

#press-filter-mobile
{
    display: none;
}
/* Media Queries Test */


@media (max-width: 767px) {
    html {
        font-size: 12px;
    }
    header h1 {
        position: static;
        top: unset;
        left: unset;
        transform: none;
        margin-top: 1.375rem;
        margin-bottom: 1.75rem;
    }
        header h1 img {
            width: 17rem;
            margin: 0 auto;
        }
        section#press li:not(:last-of-type) {
            margin-bottom: calc(var(--line-height) / 2);
        }
    ul#news-list li:not(:last-of-type),
    .local-news .news-item:not(:last-of-type) {
        margin-bottom: calc(var(--line-height) / 2);
    }

    #press-list > li{
        flex-basis: calc(100 / 1 * 1% - 2.25 / 1 * 0rem);
    }

     #galleries > ul > li { flex-basis: 100%; }

    .artists-list li, 
    section#exhibitions .exhibitions-list li, 
    #archive-list.exhibitions-list li,
    #current-list li,
    #fairs section#past-fairs ul li,
    #works li,
    section#exhibitions-external li {
        flex-basis: 100%;
    }
        #artist section#biography .gallery {
            width: 100%;
        }
        #about section#introduction .text {
            width: 100%;
        }
        #about section#introduction .gallery {
            width: 100%;
        }

    .content, .imprint .text {
        width: 100%;
    }
    .content > div {
        width: 100%;
    }
    .content > figure.portrait {
        flex-basis: 100%;
    }

    .content > figure.portrait.video {
        margin-right: 0;
    }

    #press-list {
        gap: 2.25rem 2.25rem;
    }

    #press-list li h2 {
        font-size: var(--fontSize-s);
        line-height: var(--line-height);
    }

    #press-list li figure { 
        margin: 0 min(4.5rem, 20vw);
    }

    #press-list li figure picture {
        height: 9rem;
    }

    #press-filter, #toggle-filter {
        display: none !important;
    }

    #press > div:first-child {
        justify-content: left;
    }
        #press > div:first-child::before {
            content: 'Filter:';
            margin-right: .375rem;
        }

    #press-filter-mobile{
        display: block;
        text-align: left;
        -moz-text-align-last: left;
             text-align-last: left;
        cursor: pointer;
    }

    .content > figure + figure {
        margin-top: 2.5rem;
    }

    .content > div + figure {
        margin-top: 1rem;
    }

    .content > figure + div, .content > div + div {
        margin-top: 5.375rem;
    }
    main#exhibition .exhibition-title {
        max-width: 100%;
    }
}

@media (min-width: 429.98px) and (max-width: 767px) {
    #press-list > li{
        flex-basis: calc(100 / 2 * 1% - 2.25 / 2 * 1rem);
    }
    /*#galleries > ul > li { flex-basis: calc((100 / 2 * 1%) - (2.25 / 2 * 1rem));}*/
}

@media (min-width: 767.02px) and (max-width: 1023.98px) {
    #press-list > li{
        flex-basis: calc(100 / 3 * 1% - 2.25 / 3 * 2rem);
    }

    .artists-list li {
        flex-basis: calc((100 / 2 * 1%) - (2.25 / 2 * 1rem));
    }

    #fairs section#past-fairs ul li,
    #archive-list.exhibitions-list li,
    #galleries > ul > li
    {
        flex-basis: calc(50% - 1.125rem);
    }

    section#exhibitions .exhibitions-list li,
    #current-list li, 
    #works li {
        flex-basis: 100%;
    }

    section#exhibitions-external li {
        flex-basis: calc((100 / 2 * 1%) - (2.25 / 2 * 1rem));
    }

   

    #press-filter, #toggle-filter {
        display: none !important;
    }

    #press > div:first-child {
        justify-content: left;
    }
        #press > div:first-child::before {
            content: 'Filter:';
            margin-right: .375rem;
        }

    #press-filter-mobile{
        display: block;
        text-align: left;
        -moz-text-align-last: left;
             text-align-last: left;
        cursor: pointer;
    }
}

@media (min-width: 767.02px) and (max-width: 1279.98px){
    .content {
        width: 100%;
    }
    .content > div {
        width: 100%;
    }
}


@media (min-width: 1024px) and (max-width: 1439.98px) {
    #press-list > li {
        flex-basis: calc(100 / 4 * 1% - 2.25 / 4 * 3rem);
    }
    #fairs section#past-fairs ul li{
        flex-basis: calc(100 / 3 * 1% - 2.25 / 3 * 2rem);
    }

    .artists-list li {
        flex-basis: calc(100 / 3 * 1% - 2.25 / 3 * 2rem);
    }

    #archive-list.exhibitions-list li {
        flex-basis: calc(50% - 1.125rem);
    }

    section#exhibitions .exhibitions-list li {
        flex-basis: calc((100 / 2 * 1%) - (2.25 / 2 * 1rem));
    }

    section#exhibitions-external li {
        flex-basis: calc((100 / 3 * 1%) - (2.25 / 3 * 2rem));
    }
}

@media (min-width: 1440px) and (max-width: 1729.98px){
    #press-list > li{
        flex-basis: calc(100 / 5 * 1% - 2.25 / 5 * 4rem);
    }

    section#exhibitions-external li {
        flex-basis: calc((100 / 4 * 1%) - (2.25 / 4 * 3rem));
    }
}

@media (min-width: 1730px) {
   #press-list > li{
        flex-basis: calc(100 / 6 * 1% - 2.25 / 6 * 5rem);
    }
}

@media (min-width: 767.02px) and (max-width: 1919.98px) {
    html {
        font-size: 14.5px;
    }
}

/*
@media (min-width: 768.02px) and (max-width: 1279.98px) {
    .artists-list li {
        flex-basis: calc((100 / 2 * 1%) - (2.25 / 2 * 1rem));
    }
}
*/

