
			/* fullscreen styles swiper-5491--------------------------------------------------*/

				#swiper-54915491:-moz-full-screen {
					height: 90%;
					width: 80%;
					margin: auto;
					background-color: #000;
				}
				#swiper-5491:-moz-full-screen  .swiper-slide img {
					object-fit: contain;
				}
				#swiper-5491:-moz-full-screen  .swiper-slide {
					width: 100%;
					background-color: #000;
				}
				#swiper-5491:-moz-full-screen  .zoatFSButton {
					position: fixed;
					top: 2rem;
					right: 3rem;
					opacity: 1;
				}

				/*-----------------------------------------------------------------------------------*/
				#swiper-5491:-webkit-full-screen  {
					height: 90%;
					width: 80%;
					margin: auto;
					background-color: #000;
				}
				#swiper-5491:-webkit-full-screen  .swiper-slide img {
					object-fit: contain;
				}
				#swiper-5491:-webkit-full-screen  .swiper-slide {
					width: 100%;
					background-color: #000;
				}
				#swiper-5491:-webkit-full-screen  .zoatFSButton {
					position: fixed;
					top: 2rem;
					right: 3rem;
					opacity: 1;
				}
				
				/*-----------------------------------------------------------------------------------*/
				#swiper-5491:fullscreen  {
					height: 90%;
					width: 80%;
					margin: auto;
					background-color: #000;
				}
				#swiper-5491:fullscreen  .swiper-slide img {
					object-fit: contain;
				}
				#swiper-5491:fullscreen  .swiper-slide {
					width: 100%;
					background-color: #000;
				}
				#swiper-5491:fullscreen  .zoatFSButton {
					position: fixed;
					top: 2rem;
					right: 3rem;
					opacity: 1;
				}

			/* fullscreen styles swiper-5491--------------------------------------------------*/
			

