.galleria{
    width: 100%;
    height: 400px;
    background: #000;
}
.lightgallery{
  background-color: black;
}
.gallery-thumb{
  /*width:100px;*/
  /*height: 100px;*/
  max-width: 100%;
  max-height: 200px;
  text-align: center;
  display: inline-block;
}
.section-black{
  background-color: black;
  position: relative;
	height: 100vh;
	width: 100%;
}
.gallery-padding{
  padding-top: 25px;
}
.gallery-padding-bottom{
  margin-bottom: 25px;
}
