@media (max-width: 767px) {
	.bookItem, .bookItem * {
		pointer-events: auto !important;
		opacity: 1 !important;
		z-index: 99999 !important;
	}
	.row.text-center, .row.text-center * {
		pointer-events: auto !important;
		opacity: 1 !important;
		z-index: 99999 !important;
	}
}
@media (max-width: 767px) {
	.bookItem, .bookItem a, .bookItem img, .bookItem span {
		position: relative !important;
		z-index: 9999 !important;
		pointer-events: auto !important;
		background: transparent !important;
	}
}
#clock{
	width:370px;
	padding:40px;
	margin:0px auto 60px;
	position:relative;
}

#clock:after{
	content:'';
	position:absolute;
	width:400px;
	height:20px;
	border-radius:100%;
	left:50%;
	margin-left:-200px;
	bottom:2px;
	z-index:-1;
}


#clock .display{
	text-align:center;
	padding: 40px 20px 20px;
	border-radius:6px;
	position:relative;
	height: 54px;
}

/* Override alert-info to dark green */
.alert-info {
    background-color: #006400 !important;
    border-color: #004d00 !important;
    color: #ffffff !important;
}

/* Pastikan link buku bisa diklik di mobile */
.bookItem a, .bookItem img, .bookItem span {
	pointer-events: auto !important;
	position: relative !important;
	z-index: 2 !important;
}
