.galleryBody .defaultAction::before {
  font-size: 23px;
}

.justified-gallery>a>.caption, .justified-gallery>div>.caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    font-family: sans-serif;
}

.cicon-floppy::before {
  content: "\e96a" !important;
}

/* Mur bis zur Version 6.0 erforderlich */
.galleryInfoPanel .galleryInfoFrame {
	left: 11px;
	width: calc(100% - 50px);
}

.galleryHeader .headerTitle {
	height: 100%;
	left: 120px;
	position: absolute;
	top: .8em;
	font-size: clamp(12px, 2vw, 16px);
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 165px);
	white-space: nowrap;
}
.fileOperation .newName {
	width: 550px;
}
