#giuBG .fa-long-arrow-left{
font-size:28px;
}
.sldgiu {
  display: flex;
  overflow: auto;
 }
.sldgiu::-webkit-scrollbar-thumb { background: #ccc; border-radius: 5px; }
.sldgiu::-webkit-scrollbar-track { background: transparent; }
.sldgiu > .block  {
  flex-shrink: 0;
	width:100%;
  margin: 0 10px 0 10px;
  background: transparent;;
  position: relative;
  display: block;
  overflow: hidden;
}
.sldgiu .block {
	width:auto;
	text-align:center;
	margin: 10px 10px;
	border-radius:10px;
}
.sldgiu .block img {
	max-height:20em;
}
.slideshow {
	padding:1px;
	width:100%;
	max-height:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.up {
    display:block;
    position:absolute;
    left:45%;
}
#files {
    display:none;
}

#selectedFiles img {
    display:inline-block;
    position:relative;
    left:10%;
    right:10%;
    margin:10px;
    float:left;
}
@media (max-width: 757px) {
		.ab {font-size:0.5em;}
		.sldgiu .block img {
	max-height:16em;
}
}
