.countdown{
	margin-top: 200px;
}

#days, #hours, #minutes, #seconds{
	background: #4E9D2D;
	border: #4E9D2D;
	color: #FFF;
}

.container_count{
	color: #FFF;
}

.gmap{
	width: 100%;
	height: auto;
}

@media (max-width: 767px)
	.background-image{
		min-height: 62vh;
	}

	.content-left-wrapper {
		height: auto;
   	}

	.countdown{
		margin-top: 160px;
	}
}