body {
	margin: 0;
	letter-spacing: 0.01em;
	-webkit-font-smoothing: antialiased;
}

.tv-header-promo {
	position: relative;
	padding: 30px 10px;
	*background: url('../../img/tv/bg-tv.jpg') center center no-repeat;
	*background-size: cover;
	background: transparent linear-gradient(70deg, #0D1F43 0%, #265BC4 100%) 0% 0% no-repeat padding-box;
}

.header-promo-logo {
	display: block;
	background: url('../../img/logo-tv-inverse.svg') center center no-repeat;
	background-size: contain;
	width: 150px;
	height: 80px;
}

.header-promo-container h1 {
	font-family: 'Exo', sans-serif;
	font-size: 70px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #fff;
}

.header-promo-container p {
	font-family: Roboto;
	font-size: 40px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: 11.25px;
	color: #ffffff;
}

.header-promo-strapline {
	font-size: 20px;
	color: #fff;
	margin-bottom: 25px;
}

.event-date {
	font-family: Roboto;
	font-size: 30px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #fff;
	margin: 15px auto;
	text-align: right;
}

#countdown {
	max-width: 350px;
}

#countdown .unit {
	max-width: 60px;
	padding: 5px 5px;
	width: 60px;
	height: 60px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
}

#countdown .unit .number {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: 2.16px;
	color: #ed217c;
}

#countdown .unit .label {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: 1.08px;
	color: #ed217c;
}

.primary-button {
	background: #ed217c;
	border: 2px solid #fff;
	padding: 5px 80px!important;
	border-radius: 15px;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: 1.08px;
	text-align: center;
	color: #fff;
}

.primary-button:focus,
.primary-button:hover {
	background-color: #f64a97!important;
	color: #fff;
}
	
@media only screen and (max-width: 1200px) {
	.countdown-container {
		display: flex;
		justify-content: center !important;
	}
	.header-promo-logo {
		margin: auto; 
	}
	.header-promo-container {
		text-align: center;
	}
	.event-date {
		text-align: center;
	}
	.event-button {
		text-align: center;
	}
	#countdown {
		float: initial;
	}
}

@media only screen and (max-width: 639px) {
	body {
		background-size: 650px;
	}
	.header-promo-logo {
		width: 300px;
	}
	.header-promo-container h1 {
		font-size: 35px!important;
		margin-top: 20px!important;
	}
	.header-promo-container p {
		font-family: Raleway;
		font-size: 30px;
		letter-spacing: 0;
	}
	.event-date {
		font-size: 24px;
	}
	.section-title.takeover span {
		color: #0d1f43;
	}
	.section-title.takeover span:after {
		border-bottom: 1px solid #0d1f43;
	}
}