﻿.galleria {
    width: 40vw;
    aspect-ratio: 16/9;
}

.galleria-theme-classic{
    background: none;
}

.galleria-thumbnails .galleria-image {
    border: none !important;
}

.galleria-counter {
    color: black !important;
    bottom: 10px !important;
    left: 0 !important;
    opacity: 0.6 !important;
}

/*.galleria-thumb-nav-left,*/
@import "site.css";

.galleria {
    min-height: 300px;
    border: 1px solid #dee2e6;
    border-radius: var(--border-radius);
}

/*.galleria-thumb-nav-right,*/
.galleria-image-nav-left,
.galleria-image-nav-right,
.galleria-info 
{
    display: none !important;
}

@media only screen and (max-width: 1400px) {
    .galleria {
        width: 50vw;
    }
}
/*@media only screen and (max-width: 1100px) {
    .galleria {
        width: 5vw;
    }
}*/
@media only screen and (max-width: 879px) {
    .galleria {
        width: 90vw;
    }
}
@media only screen and (max-width: 768px) {
    .galleria {
        width: 90vw;
    }

    .galleria-thumbnails-container {
        display: none !important;
    }

    .galleria-stage {
        height: 100% !important;
    }
}