.mts-photos-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(96px, 1fr));
  gap:10px;
}

.mts-photo-link{
  display:block;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.08);
}

.mts-photo-thumb{
  width:100%;
  height:auto;
  display:block;
}

.mts-photo-more{
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  border:1px dashed rgba(0,0,0,.25);
  font-weight:600;
  min-height:96px;
}
