.galleries_list .row [class*='col-']:nth-child(4n + 1) {
  clear: both;
}

.galleries_list .row .col-md-3 {
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.galleries_list .row .col-md-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
