.galleria-gallery {
  min-height: 400px;
  width: 100%;
  margin: 20px 0;
}

.galleries {
  overflow: hidden;
  margin: 30px -15px;
}

.gallery-child {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 25px;
  text-align: center;
  min-height: 275px;
}
.gallery-child a {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}

.gallery-child .thumb {
/*
  float: left;
  margin-right: 15px;
*/
}

.gallery-child .thumb img {
  border: 10px solid #e1dfdf;
  margin-bottom: 15px;
}
.gallery-wrapper .content{
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important; 
}

.video-title{
	margin-top: 10px;
	display: block;
}
.YouTubeGallery{
	padding-top: 40px !important;
	padding-right: 40px !important;
}

.galleria-thumbnails .galleria-image {
  margin: 5px;
  width: calc(100% - 10px);
}

@media screen and (min-width: 768px) {
  .galleria-thumbnails .galleria-image {
    width: calc(33% - 10px);
  }
}

@media screen and (min-width: 1024px) {
  .galleria-thumbnails .galleria-image {
    width: calc(25% - 10px);
  }
}

@media screen and (min-width: 1440px) {
  .galleria-thumbnails .galleria-image {
    width: calc(20% - 10px);
  }
}

@media screen and (max-width: 480px) {

  .gallery-wrapper section .content {
    padding: 0 !important;
  }
  
  .gallery-wrapper section .content ul {
    margin-left: 0 !important;
    margin-top: 20px;
  }
  .gallery-wrapper section .content ul.small-block-grid-1 li {
    padding-left: 0;
  }
  
  .gallery-wrapper section .content.archiveYearWrapper {
    padding: 10px !important;
  }

}
