.page-all{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.page-all .splide,
.page-all .splide__track,
.page-all .splide .splide__slide{
	height: 100%;
}

.page-all .splide img,
.page-all .splide video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	background-color: #000;
}

.splide__pagination{
	display: none !important;
}

.splide__arrow--next{
	width: 50% !important;
	height: 100% !important;
	top: 50% !important;
	left: 50% !important;
	margin: 0 !important;
	border-radius: 0 !important;
	opacity: 0 !important;
}

.splide__arrow--prev{
	width: 50% !important;
	height: 100% !important;
	top: 50% !important;
	left: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	opacity: 0 !important;
}