/** Shopify CDN: Minification failed

Line 10:10 Expected identifier but found whitespace
Line 10:12 Unexpected "{"
Line 10:21 Expected ":"
Line 10:43 Expected ":"

**/
.multi-image-section {
  padding: {{ section.settings.padding }}px 0;
}

.multi-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.multi-image-item {
  margin: 0 auto;
}

.multi-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding:5px;
}
@media only screen and (max-width:768px){
    .multi-image-item {
        width:100%!important;
    }
}