
			/* fullscreen styles swiper-6575--------------------------------------------------*/

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

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

			/* fullscreen styles swiper-6575--------------------------------------------------*/
			

