img{
    pointer-events: none !important;
}

.container-wrapper{
    min-height: 100vh;

}
.container-wrapper.gallery{
    min-height: fit-content;
    background-color: #0000FE;
}

.artist-banner
{
    height: 90vh;
    width: 100vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.artist-details{
    padding-top: 50px;
    padding-bottom: 50px;
}

.artist-name{
    font-size: max(4vw, 40px); 
    font-family: 'SF Pro Display';
    color: #000;
}
.bio-title{
    padding-top: 60px;
}

.bio-title h1{
    font-family: 'SF Pro Display';
    position: relative;
    z-index: 10;
}


.bio-title h1.title-shadow{
    font-family: 'SF Pro Display';
    font-weight: bold;
    font-size: max(6vw, 50px); 
    transform: translateY(-40%);
    color: rgb(231, 231, 231);
    z-index: 5;
}

.artist-img{
    display: flex;
    justify-content: center;
    align-items: center;
}


.artist-img img{  
    
    box-shadow: 40px 40px 0px #0000FE;

}

.artist-desc p {
    font-family: 'SF Pro Display';
    line-height: normal;
    font-size: max(1.6vw, 16px); 

}

.gallery .img-wrapper{
    width: 100vw;
    display: flex;
    justify-content: center;
    padding: 5vw;
    padding-bottom: 30vh;
}

.gallery .img-wrapper img{
    margin: 20px;
    max-width: 40vw;
    aspect-ratio: auto;
}

.oeuvres{
    margin-bottom: 100px;
}

.artist-details-oeuvre{
    max-width: 100% !important;
}

.bott{
    align-self: flex-end !important;
}


.top{
    align-self: flex-start !important;
}
.cent{
    align-self: center !important;
}


.oeuvres .splide__slide{
    display: flex;
    justify-content: center;
    align-items: center;
    width:  30vw !important;
    height:auto !important;
}


.oeuvres  img{
    height: auto;
    width: 100%;
    margin: 30px;
}
.splide.oeuvres .splide__track{
    height: fit-content;
}

.artist-gallery-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.artist-gallery-wrapper img{
    width: 90%;
    height: auto !important;
}



@media screen and (max-width: 768px) {
    .artist-desc{
        padding: 40px;
        padding-top: 80px;
    }
    .gallery .img-wrapper{
        width: 100vw;
        display: flex;
        justify-content: center;
        padding: 5vw;
        padding-bottom: 10vh;
    }
}