.gallery-wrapper.roundedXS {
  border-radius: 4px;
}
.gallery-wrapper.roundedS {
  border-radius: 8px;
}
.gallery-wrapper.roundedM {
  border-radius: 16px;
}
.gallery-wrapper.roundedL {
  border-radius: 32px;
}
.gallery {
  overflow: hidden;
  position: relative;
}    

.gallery-wrapper {
  position: relative;
  overflow: hidden; 
  width:100%;
}

.gallery img {
  display: block;
  border-style: none;
  width: 100%;
}