
/*====================
GALLERIA
======================*/
 .galleria-container { 
 	max-width: 50vw; 
 	width: 100%;
 	/*height: 33vw; */
 	background: #fff; 
 }

 .galleria-container {
 	background-color: transparent;
 }

.galleria-theme-classic .galleria-stage {

    position: absolute;
    top: 1.3rem;
    bottom: 60px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    /*overflow: visible;*/  
    /*z-index: 4;*/
}

 .galleria-theme-classic .galleria-thumbnails-container {
	
	/*height: 50px;*/
	/*width: calc(100vw - (80vw - 100vh * 0.7241) - 16rem);*/
	/*width: 59vw;*/
	/*position: fixed;*/
	bottom: 0px;
	/*left: 1rem;*/
	padding: 0.2rem;
	/*width: calc(100vw - (70vw - 100vh * 0.7241) - 1rem);*/
	/*display: flex;*/
	/*justify-content: flex-start;*/ 
	/*width: calc(100vw - (80vw - 72vh) - 7rem);*/
	/*max-width: calc(100vw - 20rem);*/
	
}

 .galleria-theme-classic .galleria-thumbnails .galleria-image {
    
    /*height: 50px;*/
    /*width: 6vw;*/
    /*float:left;*/
    /*margin:0 2px 0 2px;*/
    border: 1px solid rgba(235,198,3,0.7);
    /*cursor: pointer;*/
}

.galleria-theme-classic .galleria-thumb-nav-left,
.galleria-theme-classic .galleria-thumb-nav-right,
.galleria-theme-classic .galleria-info-link,
.galleria-theme-classic .galleria-info-close,
.galleria-theme-classic .galleria-image-nav-left,
.galleria-theme-classic .galleria-image-nav-right {
    background-image: url(/files/galleria/themes/classic/classic-map_Y.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left:hover,
.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right:hover {
    background-color: transparent;
}


.galleria-info {
	right: 22px;
	width: auto;
}

.galleria-theme-classic .galleria-info {

    width: auto;
    top: 90%;
    left: 0;
    right: 0;
    z-index: 4;
    position: absolute;
    overflow: visible;
    height: 10%;

    width: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    position: absolute;
    overflow: visible;
    height: 5%;
}

.galleria-theme-classic .galleria-info-text {
	text-align: right;
    /*background-color: #0006;*/
    padding: 2px;

    text-align: center;
    background-color: transparent;
    padding: 0.2rem;
    height: 100%;
    display: block;
}

.galleria-theme-classic .galleria-info-title {

    font: normal 0.7rem/1.1 verdana, sans-serif;
    text-align: right;
    color: #ffd90a;
    color: #666;
}

 .no-info-title .galleria-info {
    display: none !important;
}
   
.galleria-theme-classic img {
    /*left: 0 !important;*/
}

.youtalent .galleria-theme-classic .galleria-info-title {
    text-align: center;
}

.galleria-info-link {
    display: none;
}

.home .galleria-thumbnails-container {
    /* display: none !important; */
}

.galleria-frame iframe {
/*     background: #b0b0b0; */
}

@media (orientation: portrait) {
    
     .galleria-container { 
    max-width: 100vw; 
    width: 100%;
    /*height: 33vw; */
    background: transparent; 
    }
}