.VIP_nbr_animate {
	position: relative;
}
.bgImg {
	background: url(../../images/contdown_banner_bg.jpg) no-repeat center bottom/auto 100%;
}
#clockdiv{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	color: #ffec6e;
	font-weight: 600;
	text-align: center;
	font-size: 30px;
	width: 100%;
	overflow: hidden;

	display: flex;
	align-items: center !important;
	justify-content: center !important;
	padding-left: 1vh;
}
#clockdiv * {
	line-height: 18px;
	font-family: 'Microsoft JhengHei';
}

#clockdiv  > div:first-child {
	background: none;
	margin-right: 5px;
	box-shadow: none;
	border: 0;
	padding: 0
}

#clockdiv  > div:last-child {
	background: none;
	box-shadow: none;
	border: 0;
	padding: 0;
}

#clockdiv > div:first-child img {
	max-width: 62px;
}

#clockdiv > div:last-child img {
	max-width: 110px;
	position: relative;
	bottom: -1.5vh;
	left: 0;
}

#clockdiv > div{
	border-radius: 5px;
	background: #007775;
	min-width: 60px;
	box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
	border: 2px solid #007775;
	padding: 5px;
}

#clockdiv div > span{
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
}

.smalltext{
	font-size: 13px;
	padding-top: 2px;
}