.uxora-gallery-thumb{
      width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 330px;
    margin-bottom: 24px;
}

.uxora-gallery-thumb a{
  display: block;
  width: 100%;
      height: 100%;
}

.uxora-gallery-thumb a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}