/*Discography Release - Exhibtion*/
.c-exhibition #video-featured {
  width: 100%; }

.c-exhibition .more-videos-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding-top: 40px;
  width: 100%; }

.c-exhibition__video {
  max-width: 375px;
  margin: 0 auto; }
  @media only screen and (min-width: 50em) {
    .c-exhibition__video {
      max-width: 1500px; } }
  @media only screen and (min-width: 93.75em) {
    .c-exhibition__video__inner.-one-per-row {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 75em) {
    .c-exhibition__video__inner.-two-per-row {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .c-exhibition__video__item.-one-per-row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 2em;
    width: 100%; }
    @media only screen and (min-width: 50em) {
      .c-exhibition__video__item.-one-per-row {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 1em auto;
        max-width: 50em;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; } }
  .c-exhibition__video__item.-two-per-row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 2em; }
    @media only screen and (min-width: 50em) {
      .c-exhibition__video__item.-two-per-row {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 1em auto;
        max-width: 50em;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; } }
    @media only screen and (min-width: 75em) {
      .c-exhibition__video__item.-two-per-row {
        width: 50%;
        max-width: 600px; } }
.c-exhibition__video .item-image {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .c-exhibition__video .item-image iframe {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 300px; }
  .c-exhibition__video .item-image.fancybox-video-overlay {
    position: relative;
    overflow: hidden; }
    .c-exhibition__video .item-image.fancybox-video-overlay a {
      display: block; }
  @media only screen and (min-width: 50em) {
    .c-exhibition__video .item-image {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 300px;
      height: 160px; } }
.c-exhibition__video .slide-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50; }
  .c-exhibition__video .slide-overlay svg.icon {
    height: auto;
    width: 20%;
    stroke: #fefefe;
    fill: none; }
  .c-exhibition__video .slide-overlay span.icon {
    color: #fefefe;
    display: block;
    height: auto;
    font-size: 60px;
    font-size: 3.75rem; }

.c-exhibition__video .image {
  width: 100%;
  background-position: center center;
  background-size: cover;
  height: 260px; }
  @media only screen and (min-width: 50em) {
    .c-exhibition__video .image {
      height: 160px; } }
.c-exhibition__video .item-content {
  padding: 0 1em 0.5em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 50em) {
    .c-exhibition__video .item-content {
      padding: 0 1em; } }
.c-exhibition__video .item-title {
  padding-top: 0.5em; }
  .c-exhibition__video .item-title .title {
    font-weight: bold;
    font-size: unset;
    text-transform: none; }

.c-exhibition__video .item-date {
  font-size: 75%; }

.c-exhibition__video .item-description {
  max-width: 360px; }
  .c-exhibition__video .item-description p {
    margin: 0.75em 0; }
/*# sourceMappingURL=video-exhibition.css.map */