#lightgallery {position: relative;}
.lg-backdrop {position: absolute; left: 20%;}
.lg-outer {
 /* position: absolute;  temporary to avoid scrollbar while I fix lightgallery in div issue */
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap, .lg-outer .lg-video-cont {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.lg-sub-html {position: absolute;}
/*.lg-outer {left: 20%; width: 80%}*/ /*temporary to avoid gallery covering links */
.left a {width:100%;}

/* disable close -> home conversion */
.lg-close {display: none;} 
#title {padding-left: 0 !important; text-transform: uppercase;}

.iframed .lg-sub-html, .notiframed .lg-sub-html {bottom: 0px !important;}
.notiframed .lg-image {cursor: auto !important;}

#langsel {position: absolute; left: 0; right: 0; top: 0; z-index: 1090;}
#langsel a {text-decoration: none; /*font-weight: bold;*/}
#langen {float:  left; padding: 4px 10px 0px 20px; height: 100%;}
#langfr {float: right; padding: 4px 20px 0px 10px; height: 100%;}
