header {
	background-image: linear-gradient(
			rgba(56, 56, 56, 0.5),
			rgba(56, 56, 56, 0.5)
		),
		url(https://assets-cdn.carwars.com/websites/landing-pages/reopeningWebinarHeader.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-y: center;
}
a.link {
	color: var(--green2);
	font-weight: 600;
}
header .pill {
	font-size: 1.25rem;
	font-weight: 500;
	background-color: var(--blue4);
	width: fit-content;
	margin: auto;
	margin-bottom: 0.5rem;
	padding: 0.5rem 2rem;
	border-radius: 5rem;
}

header.lander .title {
	font-size: 3rem;
}

#video {
	width: 576px;
	margin: auto;
	height: 324px;
	border-radius: var(--radius-big);
	background-color: var(--d-gray3);
	overflow: hidden;
}

section.first.lander .pill {
	display: flex;
	flex-direction: row;
}

section.first.lander .pill p {
	margin: auto;
	margin-left: 0rem;
}

@media screen and (max-width: 770px), screen and (max-device-width: 770px) {
	#video {
		width: 480px;
		height: 270px;
	}
}

@media screen and (max-width: 650px), screen and (max-device-width: 650px) {
	header.lander .title {
		font-size: 2rem;
	}

	#video {
		width: 360px;
		height: 203px;
	}
}

@media screen and (max-width: 375px), screen and (max-device-width: 375px) {
	#video {
		width: 100%;
		height: 185px;
	}
}
