.dmw-elementor-custom-artworks {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .dmw-elementor-custom-artworks {
    flex-flow: column;
    padding: 0 15px;
  }
}
.dmw-elementor-custom-artworks-item {
  flex: 1 1 33.3333%;
  padding: 0 32px;
  border-right: 1px solid #D9D9D9;
  margin: 1rem 0;
}
@media (min-width: 1200px) {
  .dmw-elementor-custom-artworks-item {
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 1200px) {
  .dmw-elementor-custom-artworks-item {
    padding-top: 0;
    border-right: 0;
    border-bottom: 1px solid #D9D9D9;
  }
}
@media (max-width: 1200px) {
  .dmw-elementor-custom-artworks-item {
    padding: 32px 0;
  }
}
.dmw-elementor-custom-artworks-item:first-of-type, .dmw-elementor-custom-artworks-item:nth-child(3n+1) {
  padding-left: 0;
}
.dmw-elementor-custom-artworks-item:nth-child(3n+2) {
  flex-basis: calc(33.3333333333% + 22px);
  max-width: calc(33.3333333333% + 22px);
}
.dmw-elementor-custom-artworks-item:nth-child(3n+1), .dmw-elementor-custom-artworks-item:nth-child(3n) {
  flex-basis: calc(33.3333333333% - 11px);
  max-width: calc(33.3333333333% - 11px);
}
.dmw-elementor-custom-artworks-item:nth-child(3n) {
  padding-right: 0;
  border-right: 0;
}
.dmw-elementor-custom-artworks-item:last-of-type {
  border-bottom: 0;
}
.dmw-elementor-custom-artworks-item-img {
  width: 100%;
}
.dmw-elementor-custom-artworks-item-img img {
  aspect-ratio: 396/250;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.dmw-elementor-custom-artworks-item-inner {
  display: flex;
  align-items: flex-start;
  flex-flow: row;
  gap: 16px;
  flex-direction: column;
}
.dmw-elementor-custom-artworks-item .mejs-container {
  aspect-ratio: 16/9;
}
.dmw-elementor-custom-artworks .wp-video {
  aspect-ratio: 396/250;
  display: flex;
  align-items: center;
}
.dmw-elementor-custom-artworks.dmw-elementor-has-portrait-images .dmw-elementor-custom-artworks-item-img img {
  aspect-ratio: 250/320;
}
.dmw-elementor-custom-artworks.dmw-elementor-artworks-display-rows .dmw-elementor-custom-artworks-item {
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
  border: 0;
}
.dmw-elementor-custom-artworks.dmw-elementor-artworks-display-rows .dmw-elementor-custom-artworks-item .dmw-elementor-custom-artworks-item-inner {
  display: grid;
  grid-template-columns: 33% 67%;
  grid-auto-flow: dense;
}
@media (max-width: 480px) {
  .dmw-elementor-custom-artworks.dmw-elementor-artworks-display-rows .dmw-elementor-custom-artworks-item .dmw-elementor-custom-artworks-item-inner {
    grid-template-columns: 1fr;
  }
}
.dmw-elementor-custom-artworks.dmw-elementor-artworks-display-rows .dmw-elementor-custom-artworks-item .dmw-elementor-custom-artworks-item-img, .dmw-elementor-custom-artworks.dmw-elementor-artworks-display-rows .dmw-elementor-custom-artworks-item .wp-video {
  grid-column: 1;
  grid-row: span 4;
}
