
#ad-image-div-mobile {
	background-image: url("https://www.mountainx.com/custom/countdown-clock/clock-mobile-2023.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 371px;
	margin-bottom: 10px;
	text-align: center;
}

#ad-image-div{
	background-image: url("https://www.mountainx.com/custom/countdown-clock/clock-desktop-2023.png");
	background-repeat: no-repeat;
	background-position: top center;
	height:55px;
	margin-bottom: 10px;
	overflow: hidden;
	transition: 0.5s;
}
#ad-image-div:hover {
	height: 300px !important;
	box-shadow: 0 5px 2px -2px #777;
	/*
	transition: height 250ms ease-out, box-shadow 250ms ease-out;
	-o-transition: height 250ms ease-out, box-shadow 250ms ease-out;
	-moz-transition: height 250ms ease-out, box-shadow 250ms ease-out;
	-webkit-transition: height 250ms ease-out, box-shadow 250ms ease-out;

	 */
}
/*h1{
  color: #396;
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}*/

#clockdiv{
	font-family: arial, sans-serif;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	margin-left:43%;
}

#clockdiv-mobile {
	padding-top: 195px;
}

#clockdiv > div, #clockdiv-mobile > div{

	/*background: #662D91;*/
	display: inline-block;
}

#clockdiv div > span{
	padding: 5px;
	display: inline-block;
	font-size:36px;
}

#clockdiv-mobile div > span {
	padding: 5px;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
}

#clockdiv .days, #clockdiv .hours, #clockdiv .minutes {
	color: #ffc20e;
	-webkit-text-stroke: 2px black;
}

#clockdiv-mobile .days, #clockdiv-mobile .hours, #clockdiv-mobile .minutes {
	color: #ffffff;
}

span.days{padding-right:20px;}

#clockdiv .smalltext{
	padding-top: 19px;
	font-size: 16px;
	float:right;
	margin-left:5px;
	color: #000000
}

#clockdiv-mobile .smalltext {
	padding-top: 14px;
	font-size: 13px;
	color: #ffffff;
	float:right;
	padding-right: 10px;
	font-weight: 600;
}