.imageScrollerScroller {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: var(--bordeau-red);
}

.imageScrollerScroller a {
    color: white;
}

#imageScrollerImageContainer {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
    width: 80%;
    margin: auto;
}

@media (orientation: portrait) {
    #imageScrollerImageContainer{
	height: 100%;
    }
}

.imageScrollerInfosymbolbox{
    position: absolute;
    top: 0%;
    right: 0%;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 30px;
}

#imageScrollerImageLegende{
    position: absolute;
    bottom: 0%;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #333;
    width: 100%;
    left: 0px;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
    color: #eee;
    opacity: 0;
    font-size: 1.4rem;
}

#imageScrollerImageDescriptionContainer {
    height: 25%;
}

#imageScrollerImageDescription {    
    color: var(--body);
    text-align: justify;
    margin-left: 10px;
    font-size: 1.4rem;
    margin-right: 10px;
}

#imageScrollerGallery{
    position: absolute;
    white-space: nowrap;
    bottom: 0px;
    left: 0px;
    height: 17%;
    margin: 0px;
    padding: 0px;
}

.imageScrollerGalleryImageContainer{
    display: inline;
    height: 100%;
}

.imageScrollerGalleryImage{
    max-height: 100%;
    width: auto;
    height: auto;
    border-left: solid black 2px;
    border-right: solid black 2px;
}

.imageScrollerArrow{
    position: absolute;
    width: 10%;
    height: 200px;
    line-height: 200px;
    top: 50%;
    transform: translate(0%, -50%) scale(.7, 1);
    font-weight: bolder;
    font-size: 30px;
    font-stretch: ultra-condensed;
    text-align: center;
    cursor: pointer;
    color: var(--body);
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none;
}

#imageScrollerGoleft{
    left: 0px;
}
#imageScrollerGoright{
    right: 0px;
}
