.ctrl-img-gallery .gallery-flex-row  {
	display: flex;
}



.ctrl-lightbox-content {
    position: relative;
/*    width: 100vw;
    height: 100vh;*/
   	width: 100%;
	height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
}

.ctrl-lightbox-content .ctrl-overlay {
    position: absolute;
    bottom: 5%;
    left: 5%;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 1rem;
    border-radius: 8px;
    max-width: 90%;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #fff;
    border-radius: 200px;
    gap: 60px;
    padding: 20px 40px;
}
.ctrl-lightbox-content .ctrl-overlay h2 {
/*	color: var(--White, #FFF);*/
	color: var(--Black-2, #333);
	/* Proxima Nova/Heading 3 Bold */
	font-family: "Proxima Nova";
	font-size: 33px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 39.6px */

}
.ctrl-lightbox-content .ctrl-overlay img {
	border-radius: 50%;
	margin-top: 0;
	width: 80px;
	height: 80px;
}

.ctrl-lightbox-content .detail-img {
    max-width: 100%;
    height: auto;
    margin-top: 0.5rem;
    display: block;
    border-radius: 4px;
}






/*.fslightbox-container .ctrl-lightbox-slide {
	width: calc(100vw - 100px);
	height: calc(100vh - 50px);
}*/