

/* Start:/local/components/ugbenzoteh/photo-gallery/templates/.default/style.css?1744911681415*/
.imglist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1000px;
  justify-content: center;
}

.imglist a {
  width: calc((100% - 20px) / 3); 
  aspect-ratio: 4 / 3;            
  overflow: hidden;
  display: block;
}

.imglist img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .imglist a {
    width: 200px;
  }
}
/* End */
/* /local/components/ugbenzoteh/photo-gallery/templates/.default/style.css?1744911681415 */
