#artwork-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;  
}


#lramona-image-wrapper{
    display: flex;
    flex-direction: column;
    width: 50%;
    row-gap: 20px;
}

#artwork-data {
    display: flex;
    flex-direction: column;
}

.swiper {
    width: 100%;
    height: 100%;
}

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

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.artwork-gallery-swiper-full {
    height: 80%;
    width: 100%;
}

.artwork-gallery-swiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.artwork-gallery-swiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.artwork-gallery-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px){
    #artwork-wrapper {
        flex-direction: column;
    }

    #lramona-image-wrapper{
        width: 100%;        
    }
}


/**
 * Elementor Gallery Widget
 */
.lramona-masonry-grid {
    display: grid;
    width: 100%;
}

.lramona-masonry-grid .frame.lramona-thumbnail {
    aspect-ratio: var(--width) / var(--height);
    width: 100%;
    height: auto;
    
}

.lramona-masonry-grid .frame.lramona-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lramona-masonry-grid .frame.lramona-thumbnail h3{
    text-align: center;
    width: 100%;
    color: #333;
    font-size: 1em;>
}