.gallery-images{
  display:grid;
  grid-template-columns: 50% 50%;
  grid-row: auto auto;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.gallery-thumbnail{
    border-radius:15px;
    background-color:#0f0f0f;
    overflow: hidden;
    margin-bottom: 25px;
}

.gallery-images .box{
    background-color:#404040;
    padding-bottom: 100%;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    background-repeat:no-repeat;
    background-size:cover;
  }

.gallery-info{
  display: flex;
  flex-wrap: wrap;
  padding: 4px 8px 4px 8px;
}

.gallery-photos-number{
  padding-left: 3px;
  margin-left: auto;
}

.img-thumbnail{
    width: 100%;
    background-color: #4c4c4c;
    border: 1px solid #232323;
}

.gallery{
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-image{
    margin-left: -15px;
    margin-right: -15px;
    padding: 2px 3px 2px 3px;
}