.art-comp-entries .item-list ul:first-child {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3em;
  align-items: flex-start;
  list-style: none;
}

@media all and (max-width: 1120px) {
  .art-comp-entries .item-list ul:first-child {
    justify-content: space-evenly;
  }
}

.art-comp-entries .item-list ul:first-child h2.art-author {
  font-size: 1em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-bottom: #ddd dotted 1px;
}

.art-comp-entries .item-list ul:first-child .entry-container {
  text-align: center;
  margin: 2em;
}

.art-comp-entries .item-list ul:first-child .entry-container .art-body {
  font-size: 1em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.art-comp-entries .item-list ul:first-child .entry-container .art-body.art-title {
  border-bottom: #ddd dotted 1px;
}

.art-comp-entries .item-list ul:first-child .entry-container .art-body h3 {
  font-weight: 300;
  font-size: 0.95em;
  margin-bottom: 0;
}

.art-comp-entries .item-list ul:first-child .entry-container .art-body h2 {
  font-size: 1.25em;
}

img#logo {
  display: block !important;
}

.image__field-evo-caption {
  display: none;
}
