#notification .col-50 h1 {
  font: 300 0.9em/1.3em "CardinalCrousel", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  margin-left: -36px;
}

@media screen and (max-width: 640px) {
  #notification .col-50 {

    width: 100%;
  }

  #notification .col-50 h1 {
    margin-left: -10px;
  }
}

.items h3,
.store h3,
.single-store h3 {
  font-style: normal;
}

.store h3.h3small,
.items h3.h3small {
  font: 300 1.4em/1.4em "CardinalCrousel", serif;
}

.exhibitions .col {
  overflow: hidden;
}

.exhibitions .col img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .exhibitions .col a.cover {
    height: 240px;
  }
}

@media screen and (max-width: 640px) {
  .exhibitions .col {
    width: 100%;
    margin-bottom: 20px;
  }

  .exhibitions .col img {
    width: 100%;
    height: auto;
  }
}

.single-news .main img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
}

/* .single-news .inner .col-33.featured a.cover { */
/*   height:220px; */
/* } */
.single-news .inner .col-33 a.cover img {
  object-fit: contain;
  height: 100%;
}

.news-caption {
  margin-top: -20px;
}

.news-caption p,
.news-caption span {
  line-height: 1.8em;
  font-size: 11.5px !important;
  color: #999;
  margin-bottom: 40px;
}

.exhibitions .col-50 .artist,
.exhibitions .col-50 .exhibition {
  /* display: inline-block; */
  margin: 0px 10px 0px 0px;
}

.jobs li {
  width: 100%;
  padding: 10px 0px;
}

.jobs li a {
  font-size: 1.4em;
  color: #707070;
  text-decoration: none;
}

.jobs li a:hover {
  color: #000;
}

.items img {
  width: 100%;
  aspect-ratio: 1;
  object-position: bottom left;
}

/* GDPR consent banner */
.gdpr-banner {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: min(100vw, 500px);
  z-index: 100;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: solid 1px #eee;
  flex-wrap: wrap;
  align-items: flex-end;
}

.gdpr-message {
  padding: 15px 0;
}

.gdpr-control {
  display: contents;
}

.gdpr-control .label,
.gdpr-control a {
  height: 2.5rem;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  align-items: center;
}

.cookies>section>* {
  font-size: 1.4em;
  line-height: 1.6em;
  margin-bottom: 0.5em;
  width: 100%;
}

.cookies h1 {
  font-size: 4em;
}

.cookies h2,
.cookies h3 {
  margin-top: 1em;
  font-style: oblique;
  font-size: 1.4em;
  line-height: 1.6em;
}

.cookies>section table td,
.cookies>section table th {
  border: 1px solid #eee;
  padding: 10px;
}

.cookies>section table p {
  font-size: 1em;
}

.cookies>section li {
  list-style: disc inside;
}

.gdpr-banner.hidden {
  display: none;
}

.cookies section {
  padding: 0 calc(max(20px, var(--default-margin) + var(--margin)));
}

.cookies a {
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  .cookies table thead {
    display: none;
  }

  .cookies table tr {
    display: block;
    margin-bottom: 40px;
  }

  .cookies table td {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .items .col {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}

.items .col a {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .items .col a.cover {
    max-height: unset;
    margin-bottom: 0;
  }
}
