@font-face {
  font-family: Helvetica Bold;
  src: url('helvetica-bold.otf');
}

.container-countdown{
	background-image: url(../images/bg2-cny.png);
    height: 100%;
    width: auto;
	position: relative;
    z-index: 0;
    background-size: cover;
    padding-top:100px;
    padding-bottom:100px;
}

#Session_days, #Session_hours, #Session_minutes, #Session_seconds{
	color:white;
}
.session-countdown{
	background:rgb(255,255,255,0.5)
}
.container-countdown-text{
	 font-family: Helvetica Bold;
	 font-size:36px;
	 color:white;
	 margin:0;
}
.counttimer{
	width:600px;
}
@media only screen and (max-width: 800px) {
	.counttimer{
		width:auto;
	}
	.container-countdown-text{
	text-align:center;}
}