/* ---- Featherlight ---- */
.lightbox {
    display: none;
    overflow: hidden;
}


.lightbox-frame {
    display: block;
    position: relative;
    width: 100%;
    max-width: 940px;
    height:95vh;
    background-color: none;
    padding: 0px 0 0px 0;
    overflow: hidden;
}

.lightbox-descriptions {
    display: block;
    position: relative;
    width: 100%;
    top: 20px;
    background-color: none;
    margin: 0px auto 5px auto;
    overflow: hidden;
}

.lightbox-title {
    font-family: bilo, sans-serif; 
    font-Weight: 500;
    font-style: normal;
    font-size: 1.56em;
    letter-spacing: 0em;
    line-height: 1em;
    text-align: center;
    color: #29264F;
}

.year {
    font-family: bilo, sans-serif; 
    font-Weight: 400;
    font-style: italic;
    font-size: 0.8em;
    letter-spacing: 0em;
    line-height: 0em;
    color: #29264F;
    opacity: 70%;
    text-align: center;
}

.lightbox-client {
    font-family: bilo, sans-serif; 
    font-Weight: 400;
    font-style: normal;
    font-size: 1.3em;
    letter-spacing: 0em;
    line-height: 1.15em;
    color: #29264F;
    text-align: center;
    margin-top: -7px;
}

.lightbox-categories {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.lightbox-cat {
    background-color: #FF4C2E;
    color: #FFF;
    font-family: bilo, sans-serif; 
    font-Weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 4px 3px 4px 3px;
    padding: 3px 25px 6px 25px;
    border-radius: 25px;
}

.lightbox-detaildesc {
    display: block;
    position: relative;
    width: 84%;
    padding: 0 8% 0 8%;
    font-family: bilo, sans-serif; 
    font-Weight: 400;
    font-style: normal;
    font-size: 1.2em;
    letter-spacing: 0em;
    line-height: 1.25em;
    color: #29264F;
    text-align: left;
}

.lightbox-links {
    display: block;
    position: relative;
    width: 84%;
    padding: 0px 8% 0 10%;
    font-family: bilo, sans-serif; 
    font-Weight: 400;
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: 0em;
    line-height: 1.25em;
    color: #c9c9d6;
    text-align: center;
    
}

.lightbox-links a {
    color: #702AFF;
    font-size: 0.9em;
    font-Weight: 500;
}

.iframe-center {
    display: block;
    position: relative;
    margin: 0 auto 0 auto;
    clear: both;
    max-width: 800px;
    width: 100%;
    
}




/* ---- Swiper ---- */

.swiper-container {
    display: block;
    position: relative;
    width: 100%;
    max-height: 450px;
    height: 56.3vw;
    margin: 0 auto 0 auto;
}

.swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #c9c9d6;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slide-height {
    max-height: 450px;
    height: 100%;
}

.slide-image {
    max-width: 940px;
    width: 100%;
}