/* 電子書 start */
.carousel .carousel-item img {
	margin: auto;
}

.carousel a.carousel-control-prev, 
.carousel a.carousel-control-next {
	color: #000000 !important;
}

.carousel a.carousel-control-prev:focus, 
.carousel a.carousel-control-prev:hover, 
.carousel a.carousel-control-next:focus, 
.carousel a.carousel-control-next:hover {
	color: #000000 !important;
	opacity: .8 !important;
}

.carousel .arrow {
	font-size: 5em;
}
/* 電子書 end */



/* 環物瀏覽 start */
#container {
	max-width: 100%;
	margin: auto;
}

#objectimage {
	top: 0 !important;
}

#hotspots {
	overflow: visible !important;
}

table {
	display: none;
}

@media (orientation:portrait) {
	#hotspots>div {
		top: 75vw !important;
	}
}
/* 環物瀏覽 end */