.gallery_wrapper {
	 max-width: 920px;
	 margin: 44px auto;
}
 .swiper {
	 width: 100%;
	 height: 100%;
	 opacity: 0;
	 visibility: hidden;
}
 .mySwiper2 {
	 aspect-ratio: 3/2;
}
 .swiper.swiper-initialized {
	 visibility: visible;
	 opacity: 1;
	 background-color: #000;
}
 .swiper-slide {
	 text-align: center;
	 font-size: 18px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 background-color: #000;
	 height: auto;
}
 .mySwiper .swiper-wrapper {
	 max-width: 845px !important;
}
 .mySwiper .swiper-slide {
	 height: 40px;
	 opacity: 0.6;
	 transition: all 0.35s ease-in-out;
}
 .mySwiper .swiper-slide:hover, .mySwiper .swiper-slide:focus-within {
	 opacity: 1;
	 cursor: pointer;
}
 .mySwiper .swiper-slide-thumb-active {
	 opacity: 1;
	 transition: all 0.35s ease-in-out;
}
 .mySwiper .swiper-slide img, .mySwiper2 .swiper-slide img {
	 display: block;
	/*aspect-ratio: 3/2;
	*/
}
 .mySwiper .swiper-slide img {
	 width: auto;
	 height: auto;
	/*aspect-ratio: auto;
	*/
	 object-fit: contain;
}
 .mySwiper .swiper-slide img {
	 object-fit: cover;
}
 .mySwiper2 .swiper-slide img {
	 object-fit: contain;
	 margin: auto;
	 max-height: 100%;
}
 .mySwiper .swiper-wrapper {
	 padding-top: 20px;
	 padding-bottom: 20px;
	 margin: 0;
}
 .swiper-button-prev, .swiper-button-next {
	 color: rgb(232, 230, 227) !important;
	 opacity: 0.3;
}
 .swiper-button-prev:hover, .swiper-button-next:hover, .swiper-button-prev:focus-within, .swiper-button-next:focus-within {
	 opacity: 1;
}
 .slide-info {
	 width: 50%;
	 top: 15px;
	 left: 15px;
	 z-index: 2;
	 position: absolute;
	 background-color: rgba(0, 0, 0, 0.7);
	 display: block;
}
 .slide-info.hide {
	 display: none;
}
 .slide-info-text {
	 padding: 12px;
}
 .slide-info-title {
	 font-family: "Avenir Next", "Nunito Sans", sans-serif;
	 font-weight: 600;
	 margin: 0;
	 color: #fff;
	 font-size: 12px;
}
 .slide-info-description {
	 font-family: "Avenir Next", "Nunito Sans", sans-serif;
	 color: #fff;
	 line-height: 1.6em;
	 padding-right: 15px;
	 font-size: 12px;
	 letter-spacing: 0.24px;
	 font-weight: 400;
	 margin-top: 7px;
}
 .slide-info-description:empty {
	 display: none;
}
 .slide-info-button {
	 width: 24px;
	 height: 24px;
	 position: absolute;
	 top: -3px;
	 right: 0;
	 cursor: pointer;
	 display: block;
	 color: #fff;
	 font-size: 10px;
	 border: none;
	 background-color: transparent;
	 padding: 0 !important;
	 line-height: 0;
	 margin: 0;
	 transition: none;
	 outline: revert !important;
}
 .slide-info-button:hover, .slide-info-button:focus {
	 background: none;
}
 .slide-info-button.open {
	 background-color: #000;
	 opacity: 0.8;
	 top: 0;
	 left: 0;
	 min-height: 0;
}
 .slide-info-button.open .fa-info {
	 font-style: italic;
	 margin-top: -3px;
}
 .swiper-button-disabled {
	 display: none;
}
/* Swiper Thumb Buttons */
 .swiper-button-thumb-prev, .swiper-button-thumb-next {
	 position: absolute;
	 top: var(--swiper-navigation-top-offset, 67%);
	 width: 20px;
	 height: 20px;
	 margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	 z-index: 10;
	 cursor: pointer;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: rgb(232, 230, 227) !important;
	 opacity: 1;
	 font-size: 10px;
	 background-color: #000;
}
 .mySwiper .fa-play {
	 opacity: 0.8;
}
 .swiper-button-thumb-prev {
	 left: var(--swiper-navigation-sides-offset, 0);
	 right: auto;
}
 .swiper-button-thumb-next {
	 right: var(--swiper-navigation-sides-offset, 0);
	 left: auto;
}
 .mySwiper .swiper-button-disabled {
	 display: none;
}
 