.container {
	padding: 0;
	margin: 0;
	background-color: #172850;
	/*background-image: url('../img/under_construction_bg.png');*/
	/*background-size: cover;*/
	width: 100%;
}

.img_clock_div {
	text-align: center;
	width: 100%;
	height: 100vh;
	display: flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
}

#img_clock {
	max-width:100%;
	max-height:100%;
}