.gall{
  width: 100%;
  display: block;
  list-style:none;
  padding: 0;
}
.gall li{
  float:left;
  border: 1px solid #000;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.gall a{
  
}
.anteprima img{
  border: 0;
}
.anteprima a{
  text-decoration: none;
}
.clearer::after{
  content: "";
  clear: both;
  display: table;
}

.dettaglio{
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0,.8);
}

.imgdett{
  background-color: #dedede;
  width: 1000px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
}

.imgdett figcaption{
  overflow-wrap: break-word;
}

.bottonebasso{
  width: 2em;
  height: 2em;
  position: relative;
  top: -20px;
  right: -20px;
  border-radius: 80px;
  background-color: #dedede;
  text-align: center;
  float: right;
  border: 1px solid #000;
}
.bottone{
  display: inline-block;
  width: 2em;
  height: 2em;
  position: relative;
  border-radius: 80px;
  background-color: #dedede;
  text-align: center;
  border: 1px solid #000;
}
.bottone b, .bottonebasso b{
  display: block;
  margin: 0.25em;
}
.bottone:hover, .bottonebasso:hover{
  cursor: pointer;
}
.rigadidascalia h5{
  display: inline-block;
  width: 80%;
  margin: 0;
}
