#galerie_photos .RadImageGallery .rigThumbnailsList{height:100%;background: #ededed;}
#galerie_photos .rltbWrapper {
justify-content: center;
    display: flex;
    align-items: center;
}
#galerie_photos .rltbActiveImage{width:auto !important; height:auto !important; max-width:90vw; max-height:90vh; padding:0 !important;}
#galerie_photos .gal_services {
width:100% !important;
height:100%;
padding:0;
}
#galerie_photos .RadImageGallery {
    background-color: transparent;
    width: 100% !important;
}
#galerie_photos .RadImageGallery .rigThumbnailsBox div {
    overflow-x: hidden !important;
}
#galerie_photos .RadImageGallery .rigThumbnailsBoxHorizontal, .RadImageGallery .rigThumbnailsBoxVertical {
width:100% !important;
    position: absolute;
    bottom: 0;
    overflow: initial;

}
#galerie_photos .RadImageGallery .rigThumbnailsList>li {
    width:25vw !important;
    height: 375px;
}
#galerie_photos .RadImageGallery .rigThumbnailsList img {
    width: 100% !important;
   opacity:1;
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    transition: 0.2s;
}
#galerie_photos .RadImageGallery .rigThumbnailsList img:hover {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    transition: 0.2s;
}


@media screen and (min-width: 768px) and (max-width: 1400px)  {

#galerie_photos .RadImageGallery .rigThumbnailsList>li {width: 33vw !important;}
}
@media screen and (max-width: 767px)  {
#galerie_photos .RadImageGallery .rigThumbnailsList img {
    height: 100%!important;
}
#galerie_photos .RadImageGallery .rigThumbnailsList>li {
    width: 50vw !important;}
}

#galerie_photos .rigThumbnailsList img {
    opacity: 1;
}
#galerie_photos .RadLightBox .rltbDescription {
    display: none;
}

#galerie_photos .RadImageGallery .rigThumbnailsList .rigThumbnailActive a {
    border: 0 none;
}
#galerie_photos .RadImageGallery .rigThumbnailsList .rigThumbnailActive a img {
    margin: 0;
}

#galerie_photos .RadImageGallery .rigScrollPrevButton {
    height: 40px;
    width: 20px;
    margin: 0;
    top: inherit;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}
#galerie_photos .RadImageGallery .rigScrollNextButton {
    height: 40px;
    width: 20px;
    margin: 0;
    top: inherit;
    bottom: 0;
    left: 50%;
    margin-left: 20px;
}
#galerie_photos .rigIcon {
    display: none;
    background-image: none;
}
#galerie_photos .rigActionButton.rigScrollPrevButton {
    background: url(/Files/App_002/Images/left.png) no-repeat center;
}
#galerie_photos .rigActionButton.rigScrollPrevButton:hover {
    background: url(/Files/App_002/Images/left_yellow.png) no-repeat center;
}
#galerie_photos .rigActionButton.rigScrollNextButton  {
    background: url(/Files/App_002/Images/right.png) no-repeat center;
}
#galerie_photos .rigActionButton.rigScrollNextButton:hover {
    background: url(/Files/App_002/Images/right_yellow.png) no-repeat center;
}

