/* Carousel Gallery */
.galleria-gallery {
    height: 600px;
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .galleria-gallery {
        height: 380px;
    }
}

.galleria-theme-classic {
    /* background: #ABABAB; */
    background: #fff;
}

.galleria-gallery img {
    border-left: 0 !important;
}

.galleria-theme-classic .galleria-thumbnails .galleria-image {
    border: 0;
}

.galleria-info-description {
    height: 1px;
    text-indent: -9999px;
}
