@font-face {
    font-family: 'Goudy Old Style';
    src: url(../fonts/goudyoldstyle.woff) format("woff"), 
        url(../fonts/goudyoldstyle.woff2) format("woff2");
}

@font-face {
    font-family: 'Arial Rounded';
    src: url(../fonts/arialrounded.woff) format("woff"), 
        url(../fonts/arialrounded.woff2) format("woff2");
}

@font-face {
    font-family: 'Herrick';
    src: url(../fonts/herrick.woff) format("woff"), 
        url(../fonts/herrick.woff2) format("woff2");
}

@font-face {
    font-family: 'AGaramond';
    src: url(../fonts/AGaramondPro-Regular.woff) format("woff"), 
        url(../fonts/AGaramondPro-Regular.woff2) format("woff2");
}

@font-face {
    font-family: 'Baskerville';
    src: url(../fonts/BaskervilleMTStd-Regular.woff) format("woff"), 
        url(../fonts/BaskervilleMTStd-Regular.woff2) format("woff2");
}

@font-face {
    font-family: 'Baskerville';
    font-style: italic;
    src: url(../fonts/BaskervilleMTStd-Italic.woff) format("woff"), 
        url(../fonts/BaskervilleMTStd-Italic.woff2) format("woff2");
}

@font-face {
    font-family: 'Elementa';
    src: url(../fonts/Elementa-Regular.woff) format("woff"), 
        url(../fonts/Elementa-Regular.woff2) format("woff2");
}

@font-face {
    font-family: 'Janson';
    src: url(../fonts/JansonMTStd-Regular.woff) format("woff"), 
        url(../fonts/JansonMTStd-Regular.woff2) format("woff2");
}

@font-face {
    font-family: 'Janson';
    font-weight: bold;
    src: url(../fonts/JansonMTStd-Bold.woff) format("woff"), 
        url(../fonts/JansonMTStd-Bold.woff2) format("woff2");
}

@font-face {
    font-family: 'Janson';
    font-style: italic;
    src: url(../fonts/JansonMTStd-Italic.woff) format("woff"), 
        url(../fonts/JansonMTStd-Italic.woff2) format("woff2");
}

@font-face {
    font-family: 'Janson';
    font-weight: bold;
    font-style: italic;
    src: url(../fonts/JansonMTStd-BoldItalic.woff) format("woff"), 
        url(../fonts/JansonMTStd-BoldItalic.woff2) format("woff2");
}

@font-face {
    font-family: 'TimesBQ';
    src: url(../fonts/TimesBQ-Regular.woff) format("woff"), 
        url(../fonts/TimesBQ-Regular.woff2) format("woff2");
}

@font-face {
    font-family: 'TimesBQ';
    font-style: italic;
    src: url(../fonts/TimesBQ-Italic.woff) format("woff"), 
        url(../fonts/TimesBQ-Italic.woff2) format("woff2");
}

.font {
    opacity: 0;
    transition: opacity 4s;
}

.arial {
    font-family: Arial;
}

.arial-rounded { 
    font-family: Arial Rounded;
}

.baskerville {
    font-family: Baskerville;
}

.courier-new {
    font-family: Courier New;
} 

.elementa {
    font-family: Elementa;   
}

.garamond {
    font-family: AGaramond;
}
  
.goudy-old-style {
    font-family: Goudy Old Style;
}

.helvetica {
    font-family: Helvetica;
}

.herrick {
    font-family: Herrick;
}

.janson {
    font-family: Janson;
}

.times-bq {
    font-family: TimesBQ;
}

.times-new-roman {
    font-family: Times New Roman;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}


html, body {
    font-family: Garamond, serif;
    font-size: 2.85vw;
    line-height: 3.36vw;
    background-color: rgba(245,245,245,1);
}

body {
    margin: 0;
    padding: 0 4vw 4vw 4vw;
}

* {
    box-sizing: border-box;
}

a {
    color: black;
    text-decoration: none;
    transition: opacity 300ms;
    display: inline-block;
}

a:hover {
    opacity: 0.5;
}

/* sections */
section {
    padding-top: 10vw;
}

.height-wrapper {
    position: relative;
    min-height: 100vh;
}

h1 {
    text-transform: uppercase;
    font-weight: inherit;
    font-size: inherit;
    text-align: center;
}


/* navigation */

#navigation {
    padding: 2.25vw 2.25vw 5vw 2.25vw;
    position: sticky;
    margin-top: 0;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    transition: opacity 2000ms, background 2000ms;
}

.isSticky {
    background: rgb(245,245,245);
    background: linear-gradient(180deg, rgba(245,245,245,1) 70%, rgba(255,255,255,0) 100%);    
}

.gradient {
    background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 20vw;
    position: absolute;
    bottom: 0;
}

.no-clamp .gradient {
    display: none;
}

.clamp {
    position: relative;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.4vw;
    line-height: 1.65vw;
}

#navigation ul.pages {
    text-align: center;
    width: 80vw;
    margin: 0 auto;
}

#navigation ul li {
    display: inline-block;
    padding: 0 1vw 0.25vw 1vw;
}

#navigation ul.languages {
    position: absolute;
    left: 3vw;
}

#navigation ul.languages .active {
    display: none;
}

/* home */

#home {
    position: relative;
    /*padding-top: 100vh;*/
    padding-top: 50vh;
}

.videobg {
    position: fixed;
    z-index: 200000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 2000ms;
    /*pointer-events: none;*/
}

.hide {
    opacity: 0;
}

.videobg.hide {
    pointer-events: none;
}

.videobg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo a {
    display: block;
}

.logo a:hover {
    transform: none !important;
}

.logo {
    position: absolute;
    right: 3vw;
    top: 2.25vw;
    width: 11vw;
    height: auto;
    z-index: 2;
    opacity: 0;
    transition: opacity 4s;
    z-index: 400;
}

.subhead {
    position: absolute;
    left: 4vw;
    top: 16vh;
    text-align: center;
    font-size: 0.65em;
    line-height: 1.15em;
    width: 36vw;
    z-index: 2;
}

.artistname {
    position: absolute;
    right: 18vw;
    width: 37vw;
    top: 17vh;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2em;
    z-index: 2;
}

.exhibitiontitle1 {
    position: absolute;
    left: 2.5vw;
    width: 80vw;
    top: 32.5vh;
    text-align: left;
    font-size: 2em;
    line-height: 1.2em;
    z-index: 2;
}

.exhibitiontitle2 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 52vh;
    text-align: center;
    font-size: 3.6em;
    line-height: 0.90em;
    z-index: 2;
}

.exhibitiontitle2 p {
    margin: 0;
}

.slideshow {
    width: 100%;
}

.slideshow .splide__slide-wrapper,
.performer-image-wrapper {
    width: 100%;
    height: 90vh;
}

.slideshow .splide__slide img,
.performer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideshow-caption {
    font-size: 1.25vw;
    line-height: 1.35vw;
    margin: 0 auto;
    width: 50vw;
    position: relative;
    top: 0.45vw;
    text-align: center;
    height: 8vw;
}

.slideshow-caption p {
    margin: 0;
}

.slideshow-controls {
    font-size: 1.25vw;
    line-height: 1.35vw;
    font-family: inherit;
    position: absolute;
    right: 0;
    padding-top: 0.45vw;
    bottom: 0;
    width: 15vw;
    height: 8vw;
    text-align: right;
} 

.splide__arrow {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    background: transparent !important;
    border-radius: unset !important;
    display: inline !important;
    height: auto !important;
    opacity: 1 !important;
    position: static !important;
    top: unset !important;
    transform: none !important;
    width: auto !important;
    padding: 0 0.5vw !important;
    vertical-align: top !important;
    background-image: none !important;
}

.splide__arrow svg {
    height: 0 !important;
}

.splide__pagination,
.splide__arrows {
    display: none !important;
}

.east {
    cursor: e-resize;
}

.west {
    cursor: w-resize;
}

/*.difference {
    color: white;
    mix-blend-mode: difference;
}*/

/* exhibition */

#exhibition h1 {
    font-size: 2.2vw;
    line-height: 2.4vw;   
}

#exhibition .text {
    font-size: 2.2vw;
    line-height: 2.7vw;
    height: 55.5vw;
    overflow: hidden;
}

#exhibition .more {
    font-size: 2.2vw;
    line-height: 2.4vw;   
    text-align: center;
    margin-top: 2vw;
    cursor: pointer;
}

#artist h1 {
    font-size: 3.25vw;
    line-height: 3.65vw;  
}

#artist .text {
    text-align: left;
    font-size: 3vw;
    line-height: 3.3vw;
    height: 59.5vw;
    overflow: hidden;
}

#artist .more {
    font-size: 3.25vw;
    line-height: 3.65vw;   
    text-align: center;
    margin-top: 2vw;
    cursor: pointer;
}

.more {
    transition-duration: 300ms;
}

.more:hover {
    opacity: 0.5;
}

.no-clamp {
    height: auto !important;
    max-height: unset !important;
}

.text-indent p {
    margin: 0;
    text-indent: 5vw;
}

.text-indent p:first-child {
    text-indent: 0;
}

.inset {
    width: 60vw;
    margin: 0 auto;
}

#news .inset {
    width: 55vw;
}

.mini-inset {
    width: 70vw;
    margin: 0 auto;
}

#performers > h1 {
    font-size: 4vw;
    line-height: 4vw;
    margin-bottom: 6vw; 
}

.bio {
    font-size: 1.65vw;
    line-height: 2.25vw;   
    margin-bottom: 4vw;
}

.quote {
    font-size: 2.4vw;
    line-height: 3vw;    
/*    display: -webkit-box;
    -webkit-line-clamp: 18;
    line-clamp: 18;
    -webkit-box-orient: vertical;  
    box-orient: vertical; */
    max-height: 62vw;
    overflow: hidden;
}

#performers .height-wrapper {
    min-height: 90vh;
}

#performers .more {
    font-size: 2.4vw;
    line-height: 3vw;      
    text-align: center;
    margin-top: 2vw;
    cursor: pointer;
    margin-bottom: 6vw;
}

.performer {
    margin-bottom: 6vw;
}

.performer h1 {
    margin-top: 3vw;
}

#curators .name {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.9vw;
    line-height: 2.4vw;  
}

#curators .bio {
    font-size: 1.9vw;
    line-height: 2.4vw;  
}

.curators {
    display: flex;
    /*column-gap: 5vw;*/
    width: 85vw;
    margin: 0 auto;
}

.curator {
    width: 50%;
}

.curator:first-child {
    padding-right: 2.5vw;
}

.curator:last-child {
    padding-left: 2.5vw;
}

.teams, .mediators {
    display: flex;
    /*column-gap: 5vw;*/
    width: 85vw;
    margin: 0 auto;   
}

.team {
    width: 50%;
}

.subhead-name {
    display: block;
    margin: 2vw 0 0 0;
}

.subhead-name p {
    margin-bottom: 0;
}

.team:first-child {
    padding-right: 2.5vw;
}

.team:last-child {
    padding-left: 2.5vw;
}

.team-title {
    font-size: 1.5vw;
    margin-bottom: 2vw;
}

.teams ul, .mediators ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.team.names, .mediators ul {
    font-size: 1.2vw;
    line-height: 2.0vw; 
}

.team.names li .team-name {
    transition-duration: 300ms;
}

.team.names li .team-name:hover {
    text-decoration: underline;
    text-underline-offset: 0.15em;
    cursor: pointer;
    opacity: 0.5;
}

.team.names li.active .team-name {
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.team.bios {
    font-size: 1.5vw;
    line-height: 2.2vw; 
}

.team.bios ul {
    position: relative;
}

.team.bios li p:first-child {
    margin-top: 0;
}

.team.bios li {
    display: none;
}

.team.bios li.active {
    display: block;
}

.mediators {
    margin-top: 3vw;
}

.article {
    transition-duration: 300ms;
    margin-bottom: 3vw;
}

.article:hover {
    cursor: pointer;
    opacity: 0.5;
}

#news {
    font-size: 3vw;
    line-height: 3.5vw;
}

#news .date {
    font-size: 2vw;
}

#press-centre {
    font-size: 1.8vw;
    line-height: 2.2vw;
}

#press-coverage {
    font-size: 1.8vw;
    line-height: 2.2vw;    
}

#press-coverage .inset {
    /*height: 45.5vw;*/
    /*overflow: hidden;*/
}
#press-coverage .more {
    font-size: 1.8vw;
    line-height: 2.2vw;   
    text-align: center;
    margin-top: 2vw;
    cursor: pointer;
}

#news .inset {
    /*height: 45.5vw;*/
    /*overflow: hidden;*/
}

#news .more {
    font-size: 3vw;
    line-height: 3.5vw;  
    text-align: center;
    margin-top: 2vw;
    cursor: pointer;
}

#press-coverage .item {
    margin: 3vw 0;
}

#press-coverage .date {
    font-size: 1.5vw;
}

#press-coverage .title p {
    margin: 0;
}

#organisers-and-partners {
    font-size: 1.3vw;
    line-height: 1.7vw;
}

#contact,
#access {
    font-size: 1.4vw;
    line-height: 1.65vw;
}

.access {
    display: flex;
    width: 75vw;
    margin: 0 auto; 
}

#access h1 {
    font-size: 2.8vw;
    line-height: 3.2vw;
}
   
.colaccess:first-child {
    padding-right: 2.5vw;
     width: 35%;
}

.colaccess:last-child {
    padding-left: 2.5vw;
     width: 65%;
}


.lightbox {
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(245,245,245,1);
    opacity: 0;
    z-index: 100000000;
    pointer-events: none;
    transition: opacity 2000ms;
}

.all-news-lightbox,
.all-press-lightbox {
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(245,245,245,1);
    opacity: 0;
    z-index: 99999999;
    pointer-events: none;
    transition: opacity 2000ms;
    padding-top: 1vw;
}

.all-news-lightbox.show,
.all-press-lightbox.show {
    opacity: 1;
    pointer-events: all;
}


.lightbox .full-article {
    width: 55vw;
    margin: 0 auto;
    margin-top: 2.5vw;
}

.lightbox .full-article .title {
    font-size: 3vw;
    line-height: 3.5vw;
}

.lightbox .full-article .text {
    font-weight: normal;
    font-size: 1.8vw;
    line-height: 2.1vw;
    margin-bottom: 10vw;
}

.lightbox .full-article .slideshow-caption {
    margin-left: 0;
    text-align: left;
    font-weight: normal;
    line-height: 1.45vw;
    width: 45vw;
}

.lightbox .full-article .slideshow {
    margin-top: 3vw;
}

.lightbox .full-article .slideshow-controls {
    font-weight: normal;
}

.lightbox-close, .all-news-lightbox-close, .all-press-lightbox-close {
    position: absolute;
    right: 3vw;
    top: 2vw;
    font-size: 5vw;
    cursor: pointer;
    font-weight: normal;
}

.lightbox.show {
    opacity: 1;
    pointer-events: all;
}

.press-kits, .oragnisers, .contact {
    display: flex;
    /*column-gap: 5vw;*/
    width: 85vw;
    margin: 0 auto; 
}

.contact {
    width: calc(84vw + 2.5vw);
}

.press-kit, .col {
    width: 50%;
}

.press-kit:first-child a:first-child {
    margin-top: 1em;
}

.press-kit:first-child p {
    margin: 0;
}

.press-kit:first-child,
.col:first-child {
    padding-right: 2.5vw;
}

.press-kit:last-child,
.col:last-child {
    padding-left: 2.5vw;
}

.colcontact {
    width: 33.3%;
    padding: 1.25vw;
}

.colcontact {
    width: 33.3%;
}

.logos img {
    width: 100%;
    mix-blend-mode: multiply;
}

.mobile-menu {
    display: none;
}

 #mc_embed_signup {
    margin-top: 10px;   
}
#mc_embed_signup input {
    background-color: transparent;
    border: 2px solid black;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
}
#mc_embed_signup .button {
    border: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    cursor: pointer;
    transition: opacity 300ms;
    background-color: transparent;
    color: black !important;
}
#mc_embed_signup .button:hover {
    opacity: 0.5;
}

.slideshow-controls button {
    color: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
}

.full-article .height-wrapper { 
    min-height: unset;
}

.full-article .slideshow .splide__slide-wrapper {
    width: 100%;
    height: 70vh;
}

@media only screen and (max-width: 800px) {
    html, body {
        font-size: 6.6vw;
        line-height: 7vw;
    }
    section {
        padding-top: 20vw;
    }

    #mc_embed_signup input {
        display: block;
        margin: 2vw 0;
        width: 100%;
        text-align: left;
    }
    #mc_embed_signup .button {
        padding: 0;
    }
    #performers .height-wrapper,
    #artist .height-wrapper,
    #exhibition .height-wrapper {
        min-height: unset;
    }
    .slideshow .splide__slide-wrapper, .performer-image-wrapper {
        height: 55vw;
    }
    .desktop-menu {
        display: none;
    }
    .mobile-menu {
        display: block;
        /*height: 100vh;*/
        z-index: 600000;
    }
    .mobile-menu h1 {
        padding-bottom: 3vw;
    }
    .showMob {
        height: 100vh;
    }
    .mobile-menu .close {
        font-size: 5vw;
        margin-top: 5vw;
        text-align: center;
    }
    .mobile-menu ul {
        opacity: 0;
        height: 0;
        pointer-events: none;
        transition: opacity: 1000ms;
    }
    .mobile-menu ul.show {
        opacity: 1;
        height: auto;
        pointer-events: all;
    }
    #navigation ul li {
        display: block;
        padding: 0 1vw 4vw 5vw;
        text-align: left;
        font-size: 5vw;
    }
    #navigation ul {
        font-size: 4.5vw;
        line-height: 5.6vw;
    }
    .slideshow-caption {
        font-size: 3.5vw;
        line-height: 4.1vw;
        top: 1vw;
        min-height: 20vw;
        width: 60vw;
        margin-bottom: 6vw;
        margin-left: 0;
        text-align: left;
    }
    .slideshow-controls {
        font-size: 3.5vw;
        line-height: 4.1vw;
        bottom: 0;
        width: 35vw;
        bottom: unset;
        top: 55.5vw;
    }
    .mini-inset {
        width: 80vw;
    }
    .inset {
        width: 100%;
    }
    #artist .text {
        font-size: 4.8vw;
        line-height: 5.2vw;
    }
    #artist .more {
        font-size: 4.8vw;
        line-height: 5.2vw;
    }
    .bio {
        font-size: 4vw;
        line-height: 5vw;
    }
    .quote {
        font-size: 4.8vw;
        line-height: 5.9vw;
        max-height: 195vw;
    }
    #performers .more {
        font-size: 4.8vw;
        line-height: 5.9vw;
    }
    .performer {
        margin-bottom: 18vw;
    }
    .performer:last-child {
        margin-bottom: 0;
    }
    
    .curators {
        display: block;
        width: 100%;
    }
    .curator:first-child {
        padding-right: 0;
    }
    .curator:last-child {
        padding-left: 0;
    }
    .curator {
        width: 100%;
        padding-top: 6vw;
    }

    #curators .name, #curators .bio {
        font-size: 4.9vw;
        line-height: 5.9vw;
    }
    .teams, .mediators {
        display: block;
        width: 100%;
    }
    .team-title {
        font-size: 4.7vw;
    }
    .mediators {
        margin-top: 8vw;
    }
    .team.names, .mediators ul {
        font-size: 4.1vw;
        line-height: 5.7vw;
    }
    .team:first-child {
        padding-right: 0;
    }
    .team:last-child {
        padding-left: 0;
    }
    .team {
        width: 100%;
    }
    .team.bios {
        font-size: 4.7vw;
        line-height: 5.7vw;
        margin-top: 8vw;
    }
    #news, .lightbox .full-article .title {
        font-size: 6.8vw;
        line-height: 7.8vw;
    }
    #news .date {
        font-size: 4.9vw;
    }
    #news .inset {
        width: 80vw;
        margin-bottom: 16vw;
    }
    .article {
        margin-bottom: 6vw;
    }
    #news .more {
        font-size: 6.8vw;
        line-height: 7.8vw;  
    }
    .lightbox .full-article {
        padding: 5vw;
        width: 100%;
    }
    .lightbox .full-article .slideshow-caption {
        line-height: 3.6vw;
        height: auto;
        min-height: unset;
    }
    #artist .slideshow-caption {
        min-height: unset;
        height: auto;
    }
    #exhibition .slideshow-caption {
        min-height: 10vw;
    }
    .full-article .height-wrapper { 
        min-height: unset;
    }
    .full-article .slideshow-controls {
        top: 55vw;
    }
    .lightbox .full-article .text {
        font-size: 4.1vw;
        line-height: 4.5vw;
    }
    .lightbox-close, .all-news-lightbox-close, .all-press-lightbox-close {
        right: 6vw;
        top: 4vw;
        font-size: 10vw;
    }
    #press-centre {
        font-size: 5.2vw;
        line-height: 6.1vw;
    }
    .press-kits, .oragnisers, .contact, .access {
        display: block;
        width: 100%;
    }
    .press-kit:first-child, .col:first-child {
        padding-right: 0vw;
    }
    .press-kit:last-child, .col:last-child {
        padding-left: 0vw;
    }
    .press-kit, .col {
        width: 100%;
    }
    #press-coverage {
        font-size: 5.2vw;
        line-height: 6.3vw;
    }
    #press-coverage .date {
        font-size: 3.9vw;
    }
    #press-coverage .inset {
    }
    #press-coverage .more {
        font-size: 5.2vw;
        line-height: 6.3vw;  
    }
    #organisers-and-partners {
        font-size: 4.6vw;
        line-height: 5.6vw;
    }
    #contact, #access {
        font-size: 5.7vw;
        line-height: 6.7vw;
    }
    .colaccess:first-child {
        padding-right: 0;
        width: 100%;
    }
    .colaccess:last-child {
        padding-left: 0;
        width: 100%;
    }
    #access h1 {
        font-size: 7vw;
        line-height: 8vw;
        font-weight: bold;
    }
    .colcontact {
        width: 100%;
        padding: 0;
        margin-bottom: 18vw;
    }
    #contact {
        padding-bottom: 10vh;
    }
    .artistname {
        right: 4vw;
    }
    .subhead {
        width: 60vw;
        left: 1vw;
    }
    .exhibitiontitle1 {
        left: 0;
        width: 100%;
        text-align: center;
    }
    .exhibitiontitle2 {
        left: 0;
        width: 100%;
        text-align: center;
    }
    .logo {
        width: 22vw;
    }

    .subhead {
        font-size: 0.45em;
    }

    .artistname {
        top: 20vh;
        font-size: 1.8em;
        line-height: 1.1em;
    }

    .exhibitiontitle1 {
        font-size: 1em;
        line-height: 1.2em;
        top: 40vh;
    }

    .exhibitiontitle2 {
        top: 48vh;
        font-size: 1.6em;
        line-height: 1.1em;
    }
    #exhibition {
        /*padding-top: 0;*/
    }
    #exhibition h1, #artist h1, #performers > h1 {
        font-size: 6.6vw;
        line-height: 7.1vw;
    }
    #exhibition .text {
        font-size: 5vw;
        line-height: 6.1vw;
    }
    #exhibition .more {
        font-size: 5vw;
        line-height: 6.1vw;
    }
    .all-news-lightbox,
    .all-press-lightbox {
        padding-top: 0;
        padding-left: 4vw;
        padding-right: 4vw;
    }
    #press-coverage .item {
        margin-bottom: 5vw;
    }
    #home .height-wrapper {
        min-height: 60vh;
    }
    .lightbox .full-article .slideshow-caption {
        width: 60vw;
    }

    .full-article .slideshow .splide__slide-wrapper {
        height: 40vh;
    }
    .full-article .slideshow-controls {
        top: 40vh;
    }
}








