.talent-list {
 
            margin: 0;
        padding: 0;
        margin-top: 5em;
        position: relative;
}
.talent-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.talent-list li {
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 6vw;
    line-height: 0.8em;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}
@media (min-width: 48rem) {
    .talent-list li {
 
    font-size: 4vw;
     line-height: 0.8em;
}
}
@media (min-width: 64rem) {
    .talent-list li {
 
    font-size: 2vw;
     line-height: 0.8em;
}
}
.talent-list li a {
    text-decoration: none;
    font-family: var(--font-header);
}
.talent-list li a:hover {
    color: red;
}
.client-logo {
    padding: 20px;
}
 
.gradient.g1 {
    background: radial-gradient(
        closest-side,
        rgba(128, 0, 128, 0.4),
        rgba(255, 0, 0, 0)
    );
    top: -50vw;
    left: -50vw;
}
.gradient.g2 {
    background: radial-gradient(
        closest-side,
        rgba(9, 20, 85, 0.4),
        rgba(255, 0, 0, 0)
    );
    top: -50vw;
    left: 0;
}
.gradient.g3 {
    top: -50vw;
    left: 50vw;
    background: radial-gradient(
        closest-side,
        rgba(10, 26, 252, 0.4),
        rgba(255, 0, 0, 0)
    );
}
.gradient.g4 {
    top: 25vh;
    left: -50vw;
    background: radial-gradient(
        closest-side,
        rgba(184, 40, 5, 0.4),
        rgba(255, 0, 0, 0)
    );
}
.gradient.g5 {
    top: 40vw;
    left: 0;
    background: radial-gradient(
        closest-side,
        rgba(199, 80, 12, 0.4),
        rgba(42, 146, 10, 0)
    );
}
.gradient.g6 {
    top: 10vw;
    left: 50vw;
    background: radial-gradient(
        closest-side,
        rgba(13, 66, 134, 0.2),
        rgba(255, 0, 0, 0)
    );
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.gallery-grid figure {
    background-color: #000;
}
.gallery-grid figure img {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.gallery-grid figure:hover img {
    opacity: 0.5;
}
.work-cta {
    position: relative;
    clear: both;
    z-index: 9999;
    margin: auto;
    width: auto;
    margin-bottom: 100px;
}
.work-cta a {
    display: block;
    padding: 20px;
    font-family: "Bold";
    border-radius: 100px;
    width: 50%;
    text-decoration: none;
    margin: auto;
    text-align: center;
    font-size: 1.4em;
    opacity: 0.5;
}
.work-cta a:hover {
    opacity: 1;
}


.project{
    display: block;
}

:root {
        --swiper-theme-color: #fff;
        --swiper-navigation-sides-offset: 1em;
        --swiper-navigation-size: 40px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 60px;
        height: 60px;
        background: #00000010;
        border-radius: 50%;
        opacity: .3;
        overflow: hidden;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        opacity: 1
    }

    #page-header h1 {
        margin-bottom: .2em !important;
    }

    .slide-grid {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        list-style: none;
    }

    .slide-grid li {
        margin: 0 !important;
        display: block;
        padding: 0;
    }

    .slide-grid li img {
        width: 100%;
        cursor: pointer;
    }

    .slides-wrapper figure {
        flex-direction: column;
        width: auto;
        margin: auto;
        display: flex;

    }

    .slides-wrapper figure img {
        width: auto !important;
        max-height: 40vh;
        pointer-events: none;
    }

    .select-photos.inner {
        padding-top: 0;
    }

    @media (min-width: 48rem) {
        .slide-grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media (min-width: 64rem) {
        .slide-grid {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

 
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%; 
    }
    
    .slides-wrapper figure img{
        max-height: 100vh
    }

    figcaption {
        z-index: 90;
        left: 0;
        bottom: 0;
        position: absolute;
        padding: 1em;
    }