.exhibition {
  /* statement */
}

.exhibition .header-area {
  background: none;
  z-index: unset;
}

.exhibition .web-exhibition .header-max-w {
  max-width: 1500px;
}

.exhibition .header-area {
  position: relative;
}

.exhibition .header-area .original-nav-area {
  background: none;
  box-shadow: none;
  position: absolute !important;
}

.exhibition .original-nav-area {
  bottom: unset !important;
  top: 0;
  width: 100% !important;
}

.exhibition .header-area .original-nav-area .classy-navbar {
  height: 90px;
  padding: 0;
  justify-content: space-between;
}

.exhibition .nav-functions .classy-navbar-toggler {
  right: 0;
  position: absolute;
}

.exhibition .breakpoint-on .classy-navbar-toggler {
  display: block;
  margin: 5px 20px 0 20px;
}

.exhibition .classy-navbar-toggler {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: block;
  margin: 5px 20px 0 20px;
}

.exhibition .nav-functions {
  display: flex;
  align-items: center;
  /* right: 0;
	 */
  /* position: relative;
	 */
}

.exhibition .classy-navbar-toggler .navbarToggler {
  display: inline-block;
  cursor: pointer;
}

.exhibition .classy-nav-container * {
  box-sizing: border-box;
}

.exhibition .header-area .original-nav-area .classy-nav-container {
  background-color: transparent;
}

.exhibition .header-area .original-nav-area .classy-navbar {
  justify-content: end;
}

.exhibition .virtual-gallery {
  background-size: 117%;
  background-position: center;
  background-image: url(/images/img-exhibition/bg-gallery.jpg);
  padding: 10vw 0 8.8vw;
  width: 100%;
  overflow-x: hidden;
  /* top: -120px;
	 */
  margin-top: -90px;
}


.exhibition .virtual-gallery .spotlight {
  width: 100%;
}

.exhibition .virtual-gallery .spotlight img {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  max-width: 1200px;
}

.exhibition .virtual-gallery .head {
  text-align: center;
  margin: 2vw 0 2vw;
  margin-top: clamp(1.5rem, 2vw, 2vw);
  margin-bottom: clamp(1.5rem, 2vw, 2vw);
}

.exhibition .virtual-gallery .head .title {
  font-size: clamp(1.3rem, 4.5vw, 3.125rem);
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
  text-shadow: 1px 3px 4px rgb(0 0 0 / 28%);
  line-height: 1.6;
}

.exhibition .virtual-gallery .head .sub-title {
  font-size: clamp(0.8rem, 2vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 700;
  text-shadow: 2px 4px 3px rgb(0 0 0 / 28%);
  display: block;
}

.exhibition .virtual-gallery .head .period {
  font-size: clamp(0.75rem, 1.8vw, 1.3125rem);
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  text-shadow: 1px 3px 4px rgb(0 0 0 / 28%);
}

.exhibition .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.exhibition .owl-carousel .owl-item .item-wrap {
  position: relative;
  width: 25vw;
  height: 33vw;
  margin: auto;
  max-width: 600px;
  max-height: 600px;
}

.exhibition .owl-carousel .item .item-wrap.landscape:before,
.exhibition .owl-carousel .item .item-wrap.landscape:after {
  height: 28vw;
  max-height: 550px;
}

.exhibition .hoverbox.portrait .hoverbox-content {
  width: 28vw;
  max-width: 550px;

}

.exhibition .owl-carousel .item .item-wrap:before {
  background: #fff;
  content: "";
  width: 28vw;
  height: 33vw;
  left: 50%;
  top: 50%;
  position: absolute;
  border: 10px solid #454545;
  /* display: block;
	 */
  z-index: 0;
  transform: translate(-50%, -50%);
  max-width: 600px;
  max-height: 600px;
}

.exhibition .owl-carousel .item .item-wrap.landscape:before,
.exhibition .owl-carousel .item .item-wrap.landscape:after {
  height: 25vw;
  max-height: 550px;
  width: 28vw;
}

.exhibition .owl-carousel .item .item-wrap.square:before,
.exhibition .owl-carousel .item .item-wrap.square:after {
  height: 28vw;
  max-height: 550px;
  width: 28vw;
}


.exhibition .owl-carousel .item .item-wrap:before {
  background: #fff;
  content: "";
  width: 33vw;
  height: 33vw;
  left: 50%;
  top: 50%;
  position: absolute;
  border: 10px solid #454545;
  /* display: block;
	 */
  z-index: 0;
  transform: translate(-50%, -50%);
  max-width: 600px;
  max-height: 600px;
}

.exhibition .hoverbox.landscape .hoverbox-content {
  height: 25vw;
  max-height: 550px;
  display: flex !important;
  justify-content: center;
}

.exhibition .virtual-gallery .hoverbox-content {
  padding: 1rem;
  display: flex;
  align-items: center;
}

.exhibition .virtual-gallery .hoverbox-content p {
  /* font-size:1rem;
	 */
  color: #fff;
  margin-bottom: 0.5em;
  font-family: 'Shippori Mincho B1', serif;
}

.exhibition .virtual-gallery .hoverbox-content p.gray-out,
.exhibition .virtual-gallery .hoverbox-content p.gray-out .artist {
  color: #666 !important;
}

.exhibition .owl-carousel .owl-item.active .item .item-wrap:after {
  background: rgb(0 0 0 / 0);
  ;
}

.exhibition .owl-carousel .owl-item .item .item-wrap:after {
  content: "";

  background: rgb(0 0 0 / 57%);
  ;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.8s ease-in-out;
  max-width: 600px;
}

.exhibition .owl-carousel .owl-item.active .item .item-wrap .prd-title {
  font-size: 1.3rem;
  line-height: 1;
  padding: 0 25px;
}

.exhibition .owl-carousel .owl-item.active .item .item-wrap .artist {
  font-size: 0.875rem;
  line-height: 1.2;
}

.exhibition .owl-carousel .item .item-wrap.portrait:before,
.exhibition .owl-carousel .item .item-wrap.portrait:after {
  width: 28vw;
  max-width: 550px;
}


.exhibition .owl-theme .owl-dots .owl-dot {
  pointer-events: none;
}

.exhibition .virtual-gallery .hoverbox-content p {
  /* font-size:1rem;
	 */
  color: #fff;
  margin-bottom: 0.5em;
  font-family: 'Shippori Mincho B1', serif;
}

.exhibition .virtual-gallery .hoverbox-content p.gray-out,
.exhibition .virtual-gallery .hoverbox-content p.gray-out .artist {
  color: #666 !important;
}

.exhibition .virtual-gallery .hoverbox-content p .artist {
  display: block;
  text-align: center;
  color: #b2b2b2;
  font-weight: 600;
  font-size: 0.725rem;
  line-height: 1;
}

.exhibition .virtual-gallery .hoverbox-content .price {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.725rem;
}

.exhibition .virtual-gallery .hoverbox-content .soldout {
  display: block;
  text-align: center;
  color: #f28282;
  font-weight: 600;
  font-size: 0.725rem;
}

.exhibition .virtual-gallery .hoverbox-content a {
  display: block;
  font-weight: 300;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgb(255 255 255 / 90%);
  border: 1px solid transparent;
  padding: 0.25rem 1.625rem;
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 0.1rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.exhibition .virtual-gallery .hoverbox-content a.gray-out {
  opacity: 0.2;
}

.exhibition .owl-carousel .owl-item .item-wrap img {
  margin: 0 auto;
  position: absolute;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 77%;
  height: 77%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  display: initial;
}

.exhibition .hoverbox:hover .hoverbox-content,
.exhibition .hoverbox:focus .hoverbox-content {
  opacity: 0.85;
}

.exhibition .virtual-gallery .hoverbox-content {
  padding: 1rem;
  display: flex;
  align-items: center;
}

.exhibition .hoverbox .hoverbox-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 28vw;
  height: 33vw;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  margin: 0 !important;
  overflow-y: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  max-width: 600px;
  max-height: 600px;
  display: flex !important;
  justify-content: center;
}

.exhibition .hoverbox.square .hoverbox-content {
  height: 28vw;
  max-height: 550px;
}

.exhibition .vr-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}

.exhibition .btn.vr {
  background: #1e1e1e;
  color: #fff;
  position: relative;
  padding: 0.4rem 0.4rem 0.4rem 3rem;
  font-size: 1rem;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
}

.exhibition .btn[class*='hvr-'] {
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background-color: transparent;
  vertical-align: middle;
  border-radius: 2px;
}

.exhibition .btn.vr:before {
  content: url(/images/img-exhibition/vr.png);
  left: 2px;
  top: 6px;
  position: absolute;
}

.exhibition .btn.hvr-sweep-top:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.exhibition .btn[class*='hvr-']:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.exhibition .btn-dark:after {
  background-color: #17191b;
}

.exhibition .statement {
  background: url(/images/img-exhibition/bg-statement.jpg);
}

.exhibition .statement h2 {
  text-align: center;
  color: #dfdfdf;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 3rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
}

.exhibition .exhibition h2 {
  font-size: 2.5rem;
}

.exhibition .statement .text {
  font-size: 1rem;
  margin: auto;
  min-height: 200px;
  height: auto;
  color: #dfdfdf !important;
  line-height: 1.8;
  font-family: 'Shippori Mincho B1', serif;
}

.exhibition .statement .text>* {
  font-size: 1rem;
  margin: auto;
  height: auto;
  color: #dfdfdf;
  line-height: 1.8;
  font-family: 'Shippori Mincho B1', serif;
}

.exhibition .statement .text p,
.exhibition .statement .text span {
  color: #dfdfdf !important;
  word-break: normal;
  overflow-wrap: normal;
}

.exhibition .artist-data {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding-right: 0;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fff;
}

.exhibition .artist-data div {
  font-size: 1.2rem;
  line-height: 1.6;
}

.exhibition .artist-data h2 {
  text-align: center;
  color: #dfdfdf;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 3rem;
  font-family: 'Cormorant Garamond', serif;
  color: #b97a31;
  font-size: 40px;
}

.exhibition .artist-data .bio h3 {
  font-size: 1.125rem;
  line-height: 1;
  text-align: left;
  color: #262626;
}

.exhibition .artist-data .bio:nth-child(even) h3 {
  text-align: left;
}

.exhibition .artist-data h3 span {
  color: #b97a31;
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
  font-style: italic;
  font-weight: 100;
}

.exhibition .artist-data .history {
  color: #fff;
  padding: 2px 30px;
  background: #1e1e1e;
  border-radius: 2px;
  display: inline-block;
  line-height: 1.4;
  font-size: 0.875rem;
}

.exhibition .artist-data .bio {
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  position: relative;
  line-height: 1.7;
  margin-bottom: 7rem;
  flex-direction: row-reverse;
  color: #262626;
}

.exhibition .artist-data .bio:nth-child(even) {
  flex-direction: row;
}

.exhibition .artist-data .bio p,
.exhibition .artist-data .bio div {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
  color: #262626;
}

.exhibition .artist-data .bio .text_wrapper {
  width: calc(100% - 300px);
  position: relative;
}

.exhibition .artist-data .bio .pic {
  width: 300px;
  text-align: center;
}

.exhibition .artist-data .bio .pic img {
  width: 154px;
  height: 154px;
  object-fit: cover;
}

.exhibition .artist-data .hidden {
  overflow: hidden;
  height: 180px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1040px;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 1099.98px) {
  .exhibition .artist-data .bio .pic {
    width: 200px;
  }
}

@media only screen and (max-width: 575.98px) {
  .exhibition .artist-data .bio .text_wrapper {
    width: 100%;
  }

  .virtual-gallery .spotlight img {
    width: 90% !important;
  }

  .exhibition .btn.vr {
    font-size: 0.75rem;
  }

  .btn.vr:before {
    transform: scale(0.75, 0.75);
    left: 5px;
    top: 3px !important;
    padding: 0;
  }



}

@media screen and (max-width: 767px) {
  .exhibition .artist-data {
    left: 0;
    padding-right: 15px;
  }

  .container {
    width: 100%;
  }

  .exhibition .owl-carousel .owl-item .item-wrap.square img {
    width: 60% !important;
    height: 60% !important;
  }

  .exhibition .owl-carousel .owl-item .item-wrap.landscape img {
    width: 74% !important;
    height: 74% !important;
  }

  .exhibition .virtual-gallery {
    padding: 10vw 0 2.8vw;
  }

  .exhibition .virtual-gallery .spotlight img {
    width: 90%;

  }

}

@media only screen and (max-width: 575.98px) {

  .exhibition .statement h2,
  .exhibition .artist-data h2 {
    margin-bottom: 1.5rem;
    font-size: 1.65rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .exhibition .artist-data h2 {
    margin-bottom: 2.4rem !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .exhibition .artist-data .bio {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 575.98px) {
  .exhibition .artist-data .bio .pic {
    position: absolute;
    width: 50px;
    right: 10px;
    top: -30px;
  }
}

@media only screen and (max-width: 575.98px) {
  .exhibition .artist-data .bio .pic img {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 575.98px) {
  .exhibition .artist-data .bio .text_wrapper {
    width: 100%;
  }

  .exhibition .artist-data .bio .text_wrapper h3 {
    margin-right: 58px;
  }
}

.exhibition .show_more {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 26px;
  padding-top: 24px;
  text-align: left;
  line-height: 24px !important;
  cursor: pointer;
  transition: bottom 0.2s;
  font-size: 0.7rem !important;
  padding-left: 1.4rem;
}

.exhibition .show_more:before {
  left: 0;
  position: absolute;
  content: "";
  width: 100px;
  height: 24px;
  border: 1px solid #cbcbcb;
  border-radius: 12px;
  z-index: -1;
}

.exhibition .show_more:after {
  left: 9px;
  position: absolute;
  content: url('../../images/img/icon-img/arrow_readmore.png');
}

.exhibition .show_more.active:after {
  transform: scale(1, -1);
}

@media only screen and (max-width: 767px) {
  .exhibition .owl-carousel .owl-item .item-wrap {
    width: 66vw;
    height: 66vw;
  }

  .exhibition .owl-carousel .item .item-wrap.portrait:before,
  .exhibition .owl-carousel .item .item-wrap.portrait:after {
    width: 55vw;
  }

  .exhibition .owl-carousel .item .item-wrap.landscape:before,
  .exhibition .owl-carousel .item .item-wrap.landscape:after {
    width: 65vw;
    height: 55vw;
  }

  .exhibition .owl-carousel .item .item-wrap.square:before,
  .exhibition .owl-carousel .item .item-wrap.square:after {
    width: 55vw;
    height: 56vw;
  }

  .exhibition .owl-carousel .item .item-wrap:before {
    height: 62vw;
    border: 6px solid #454545;
  }

  .exhibition .hoverbox.portrait .hoverbox-content {
    width: 55vw;
    height: 59vw;
  }

  .exhibition .owl-carousel .owl-item.active .item .item-wrap:after {
    background: rgb(0 0 0 / 0);
    ;
  }

  .exhibition .hoverbox.landscape .hoverbox-content {
    width: 55vw;
    height: 38vw;
  }

  .exhibition .hoverbox.square .hoverbox-content {
    width: 55vw;
    height: 55vw;
  }

}

@media only screen and (max-width: 575.98px) {
  .exhibition .vr-link {
    margin-top: 2rem;
  }
}

.exhibition .statement .text a {
  color: #ceb776 !important;
  text-decoration: underline !important;
}

.exhibition .owl-theme .owl-dots {
  display: block;
}

.exhibition.admin-preview .owl-carousel .owl-nav button.owl-prev,
.exhibition.admin-preview .owl-carousel .owl-nav button.owl-next {
  background: none;
  color: rgb(38, 38, 38);
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 2.5rem;
  height: 26px;
  border-radius: 2px;
  font-size: 24px !important;
}

.exhibition.admin-preview .owl-carousel .owl-nav button.owl-prev:focus,
.exhibition.admin-preview .owl-carousel .owl-nav button.owl-next:focus {
  border: none;
  outline: none;
}

.exhibition.admin-preview .owl-carousel .owl-nav button.owl-prev>span,
.exhibition.admin-preview .owl-carousel .owl-nav button.owl-next>span {
  display: block;
  margin-top: -10px;
}

.exhibition .owl-theme .owl-nav .owl-prev {
  left: 2px;
}

.exhibition .owl-theme .owl-nav [class*=owl-] {
  opacity: 0.5;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  font-size: modular-scale(2);
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 2.5rem;
  /* height: 2.5rem;
	 */
  text-align: center;
  color: #777e87;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.4) !important;
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  z-index: 99;
}

#content-list-exhibition .row-height {
  display: flex;
  flex-wrap: wrap;
}

#content-list-exhibition .cat-case {
  height: 365px;
  min-height: 306px;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #d7dada;
}

#content-list-exhibition .cat-img {
  padding-top: calc(100% - 6rem);
  padding-bottom: 0px;
  margin-bottom: 5px;
  position: relative;
  width: 146px;
  height: 152px;
  margin: 40px auto 0;
}

#content-list-exhibition .cat-img img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 80%;
  object-fit: contain;
}

#content-list-exhibition .cat-case .cat-title {
  padding: 5px 10px 0px 10px;
  margin-bottom: 0px;
}

#content-list-exhibition .cat-title {
  font-size: 1.3rem;
}

#content-list-exhibition .cat-day {
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-indent: 2px;
  display: block;
  padding-top: 5px;
}

#content-list-exhibition .btn-wide {
  border: 1px solid #636464;
  padding: 0.7rem;
  border-radius: 0px;
  margin: 0 auto;
  max-width: 310px;
  width: 100%;
}

#content-list-exhibition .btn-wide:hover {
  background: #636464;
  color: #fff;
}

.slide-exh .owl-dots {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 1rem;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  color: #fff !important;
}

.slide-exh .owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  color: #fff;
  line-height: 25px;
  margin-left: 5px;
  position: relative;
  font-family: 'Shippori Mincho B1', serif;
}

.slide-exh .owl-dot.active span:after {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: relative;
  left: 0;
  color: #fff;
  line-height: 25px;
  font-weight: 600;
  font-family: 'Shippori Mincho B1', serif;
}

#preview-exhibition .btn.vr {
  padding: 0.6rem 0.4rem 0.6rem 3rem;
}

#preview-exhibition .owl-carousel.owl-loaded {
  margin-bottom: 2.5rem;
}

#preview-exhibition .virtual-gallery {
  padding: 10vw 0 2.4vw;
  background-size: 180%;
}

#preview-exhibition .pic img {
  border-radius: 0 !important;
}

a.guide-icon img,
a.customers-icon img,
a.artists-icon img {
  width: 20px;
}

.gap-10px {
  gap: 10px;
}

@media only screen and (max-width: 1280px) {
  .virtual-gallery {
    background-size: 125% !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .virtual-gallery {
    background-size: 150% !important;
  }
}

@media only screen and (max-width: 767px) {
  .virtual-gallery {
    background-size: 210% !important;
  }

  #content-list-exhibition .cat-img {
    height: 120px !important;
  }

  #content-list-exhibition .cat-case .cat-title {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #content-list-exhibition .cat-day {
    font-size: 12px;
  }

  .mb-mt-2 {
    margin-top: 0.5rem;
  }

}

html[lang='en'] .marks .buttons.buy-back-description {
  margin-top: 1.5rem !important;
}

html[lang='fr'] .marks .buttons.buy-back-description {
  margin-top: 2.5rem !important;
}

#preview-exhibition .owl-carousel .item .item-wrap.square:before,
#preview-exhibition .owl-carousel .item .item-wrap.square:after {
  height: 25vw;
  max-height: 550px;
  width: 25vw;
}

#preview-exhibition .hoverbox.square .hoverbox-content {
  height: 25vw;
  width: 25vw;
  max-height: 550px;
}

#preview-exhibition .owl-carousel .item .item-wrap.landscape:before,
#preview-exhibition .owl-carousel .item .item-wrap.landscape:after {
  height: 25vw;
  max-height: 550px;
  width: 26vw;
}

#preview-exhibition .hoverbox.landscape .hoverbox-content {
  height: 25vw;
  width: 26vw;
  max-height: 550px;
}

#preview-exhibition .owl-carousel .item .item-wrap.portrait:before,
#preview-exhibition .owl-carousel .item .item-wrap.portrait:after {
  max-height: 550px;
  width: 25vw;
}

#preview-exhibition .hoverbox.portrait .hoverbox-content {
  width: 25vw;
  max-height: 550px;
}

.bg-shadow {
  content: "";
  width: 80%;
  height: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: rgb(0 0 0 / 44%) !important;
  transform: translate(-50%, 10%);
  -ms-filter: blur(0.8vw);
  filter: blur(0.8vw);
  z-index: -1;
}

.landscape .bg-shadow {
  width: 80%;
  height: 50%;
  left: 50%;
  bottom: 0;
  background: rgb(0 0 0 / 44%) !important;
  transform: translate(-50%, -8%);
}

.portrait .bg-shadow {
  width: 70%;
  height: 50%;
  left: 50%;
  bottom: 0;
  background: rgb(0 0 0 / 44%) !important;
  transform: translate(-50%, 5%);
}

.square .bg-shadow {
  width: 70%;
  height: 50%;
  left: 50%;
  bottom: 0;
  background: rgb(0 0 0 / 44%) !important;
  transform: translate(-50%, -5%);
}

.owl-nav button svg {
  color: #6b6a68 !important;
}

@media only screen and (max-width: 475px) {
  .exhibition .breakpoint-on .classy-navbar-toggler {
    margin: 5px 0px 0 20px;
  }
}

@media only screen and (max-width: 387px) {
  .exhibition .virtual-gallery {
    padding: 5vw 0 2.8vw;
  }
}