.exhibition_page .desktop_only {
  display: block;
}

@media (max-width: 767px) {
  .exhibition_page .desktop_only {
    display: none;
  }
}

.exhibition_page .mobile_only {
  display: none;
}

@media (max-width: 767px) {
  .exhibition_page .mobile_only {
    display: block;
  }
}

.exhibition_page .exhibition_top .video {
  display: block;
  width: 100%;
}


.exhibition_page .exhibition_top .img_cont {
  background: #f1f1f1;
}

.exhibition_page .exhibition_top .img {
  max-height: 80vh;
  object-fit: contain;
  display: block;
  width: 100%;
  height: auto;
}

.exhibition_page .exhibition_top .img.clickable {
  cursor: pointer;
}

.exhibition_page .exhibition_top .title_banner {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 767px) {
  .exhibition_page .exhibition_top .title_banner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.exhibition_page .exhibition_top .mobile_label {
  display: none;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .exhibition_page .exhibition_top .mobile_label {
    display: block;
  }
}

.exhibition_page .exhibition_top .title_cont {
  font-weight: 600;
  position: relative;
}

.exhibition_page .exhibition_top .title_cont h1 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.exhibition_page .exhibition_top .desktop_label {
  position: absolute;
  top: 1.6rem;
  left: -3rem;
  transform: translateY(-50%) translateX(-100%);
  text-transform: uppercase;
}

.exhibition_page .exhibition_top .rotate {
  display: inline-block;
  float: right;
  transform-origin: right top;
  transform: rotate(-90deg);
  font-weight: 400;
}

.exhibition_page .exhibition_top .description_cont {
  margin-top: 1rem;
}

.exhibition_page .exhibition_top .rectangle {
  width: 10%;
  float: left;
}

.exhibition_page .exhibition_top .description {
  float: left;
  width: calc(90%);
}

.exhibition_page .exhibition_top h2 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: inherit;
}

.exhibition_page .exhibition_top .booking {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .exhibition_page .exhibition_top .booking {
    position: static;
    top: 0;
    margin-top: 1.5rem;
    transform: none;
  }
}

.exhibition_page.use_tickets_theme .exhibition_top .booking {
  display: none;
}

.exhibition_page.use_tickets_theme .exhibition_top .booking {
  position: static;
  transform: none;
  float: right;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .exhibition_page.use_tickets_theme .exhibition_top .booking {
    display: block;
    float: left;
  }
}

.exhibition_page .exhibition_top .booking_button_cont {
  margin-top: 0.5rem;
}

.exhibition_page.use_tickets_theme .exhibition_top .booking_button_cont {
  float: right;
}

@media (max-width: 767px) {
  .exhibition_page.use_tickets_theme .exhibition_top .booking_button_cont {
    float: left;
  }
}

.exhibition_page .exhibition_top .faq_cont {
  clear: both;
}

.exhibition_page .exhibition_top .faq_link {
  color: #000;
}

.exhibition_page.use_tickets_theme .exhibition_top .details .faq_cont {
  margin-top: 0.5rem;
  text-align: right;
}

.exhibition_page.use_tickets_theme .exhibition_top .details .booking {
  display: block;
}

@media (max-width: 767px) {
  .exhibition_page.use_tickets_theme .exhibition_top .details .booking {
    display: none;
  }
}

.exhibition_page .exhibition_top .details {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3.3rem 0;
}

@media (max-width: 767px) {
  .exhibition_page .exhibition_top .details {
    padding: 2.78rem 0;
  }
}

.exhibition_page .exhibition_top .label {
  margin-top: 1rem;
}

.exhibition_page .exhibition_top .admission {
  margin-top: 0.5rem;
}


.exhibition_page .exhibition_top .venues_row {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.exhibition_page .exhibition_top .venues_row:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
}

.exhibition_page .exhibition_top .venues_title {
  margin: 0;
}

.exhibition_page .exhibition_top .when_col {
  float: left;
  width: 50%;
  font-weight: 400;
  padding-right: 0.5rem;
  box-sizing: border-box;
}

.exhibition_page .exhibition_top .location_col {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.location_col {
  padding: 0 3.5px;
}
@media (min-width: 768px) {
  .location_col {
    padding: 0 6px;
  }
}
@media (min-width: 1024px) {
  .location_col {
    padding: 0 10px;
  }
}
@media (min-width: 1600px) {
  .location_col {
    padding: 0 12.5px;
  }
}

.exhibition_page .exhibition_top .venues_title .when_col {
  font-weight: inherit;
}

@media (max-width: 767px) {
  .exhibition_page.use_tickets_theme .exhibition_top .hours_col {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.exhibition_page .exhibition_top .hours {
  margin: 0.5rem 0;
  overflow: hidden;
  transition: max-height 300ms;
}

.exhibition_page.use_tickets_theme .exhibition_top .hours {
  min-width: 14rem;
  max-width: 20rem;
}

@media (max-width: 767px) {
  .exhibition_page.use_tickets_theme .exhibition_top .hours_col {
    min-width: 0;
  }
}

.exhibition_page .exhibition_top .hours_row {
  margin-bottom: 0.2rem;
}

.exhibition_page .exhibition_top .hours_row:after {
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width: 767px) {
  .exhibition_page .exhibition_top .hours_row {
    margin-top: 0.5rem;
  }
}

@media (max-width: 767px) {
  .exhibition_page .exhibition_top .hours_row:first-child {
    margin-top: 0;
  }
}

.exhibition_page .exhibition_top .days {
  float: left;
  clear: left;
  min-width: 8rem;
}

.exhibition_page .exhibition_top .times {
  float: right;
  clear: right;
  padding-left: 0.5rem;
}


@media (max-width: 1300px) {
  .exhibition_page .exhibition_top .times {
    clear: both;
    float: left;
    padding-left: 0;
  }

  .exhibition_page.use_tickets_theme .exhibition_top .times {
    clear: none;
    float: right;
    padding-left: 0;
  }
}

@media (max-width: 550px) {
  .exhibition_page.use_tickets_theme .exhibition_top .times {
    float: none;
    clear: both;
  }
}
.exhibition_page .exhibition_top .member_button {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  text-decoration: none;
  padding: calc(0.6rem - 2px) calc(1.5rem - 2px);
  float: left;
  margin-top: 0.5rem;
  margin-left: 1rem;
  font-weight: 600;
  line-height: 1.414;
}

.exhibition_page .exhibition_top .booking_button_el {
  display: inline-block;
}

.exhibition_page .exhibition_top .details .member_button {
  margin-top: 1rem;
  clear: both;
  float: right;
}




.exhibition_page.use_tickets_theme .tickets_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 12;
  box-sizing: border-box;
  padding-top: 7rem;
  padding-bottom: 3rem;
  overflow: auto;
  display: none;
}

@media (max-width: 767px) {
  .exhibition_page.use_tickets_theme .tickets_modal {
    padding-top: 0;
  }
}

.exhibition_page.use_tickets_theme .tickets_modal .member_button {
  margin-left: 0;
}

.exhibition_page.use_tickets_theme .tickets_modal .close_button {
  width: 3.7rem;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  padding: 1rem 2rem 1rem;
  z-index: 4;
  background: #fff;
}


.exhibition_page.use_tickets_theme .tickets_modal .close_text {
  font-size: 1.1rem;
  font-weight: 400;
  display: block;
  position: relative;
  outline: none;
}

.exhibition_page.use_tickets_theme .tickets_modal .nav_icon {
  float: right;
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  transition: .25s ease-in-out;
  cursor: pointer;
  top: 0.3rem;
  right: -0.7rem;
  background: url('./images/close_fill_black.svg') center/contain no-repeat;
}


.exhibition_page.use_tickets_theme .tickets_modal .tickets_thumbnail {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  height: auto;
}

.exhibition_page.use_tickets_theme .tickets_modal .mobile_only {
  display: none;
}

@media (max-width: 767px) {
  .exhibition_page.use_tickets_theme .tickets_modal .mobile_only {
    display: block;
  }
}

.exhibition_page.use_tickets_theme .tickets_modal .desktop_only {
  display: block;
}

@media (max-width: 767px) {
  .exhibition_page.use_tickets_theme .tickets_modal .desktop_only {
    display: none;
  }
}

.exhibition_page.use_tickets_theme .tickets_modal .ticket_prices_cont:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

.exhibition_page.use_tickets_theme .tickets_modal .ticket_prices_cont {
  margin-top: 2rem;
  margin-left: 10%;
}

.exhibition_page.use_tickets_theme .tickets_modal .tickets_buttons {
  margin-top: 1rem;
}

.exhibition_page.use_tickets_theme .tickets_modal .tickets_col {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.exhibition_page.use_tickets_theme .tickets_modal .tickets_col:nth-of-type(odd) {
  padding-right: 1rem;
}

.exhibition_page.use_tickets_theme .tickets_modal .tickets_col:nth-of-type(even) {
  padding-left: 1rem;
}

.exhibition_page.use_tickets_theme .tickets_modal .booking_button_cont {
  margin-top: 0;
  float: none;
}

.exhibition_page.use_tickets_theme .tickets_modal .member_button {
  margin-top: 0;
}

.exhibition_page.use_tickets_theme .tickets_modal .description_cont:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}


@media (max-width: 767px) {
  .exhibition_page.use_tickets_theme .tickets_modal .booking_button_cont {
    margin-top: 1rem;
  }

  .exhibition_page.use_tickets_theme .tickets_modal .tickets_col {
    width: 100%;
    float: none;
    padding: 0 !important;
    margin-top: 2rem;
  }
}
