main {
	background-color: #000000;

	flex-grow: 1;
	margin-left: 0px;
	border: 0;
	padding-top: 0px;
	z-index: 1;
	font-weight: bold;
}

.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
	object-fit: cover;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.4);
}

.all_main {
	z-index: 10;
	position: relative;
}

.text_with_timer-default {
	box-shadow: 5px, 5px, 10px, #000000;
	font-size: 25px;
	color: white;
	display: flex;
	width: fit-content;
	padding-left: 10%;
	padding-right: 10%;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-top: 50px;
}

.or {
	font-size: 25px;
	text-align: center;
	color: white;
	margin-top: 675px;
	margin-bottom: 30px;
}

.whatyear_class {
	padding-top: 20px;
	text-align: center;
	font-size: 40px;
	color: white;
	font-weight: bold;
	display: flex;
	justify-content: center;
}

.text_with_timer-other {
	font-size: 25px;
	color: white;
	display: flex;
	width: fit-content;
	padding-left: 10%;
	padding-right: 10%;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

#seconds {
	min-width: 150px;
}

#allseconds {
	min-width: 250px;
}

@media (max-width: 768px) {
	.whatyear_class {
		font-size: 35px;
	}

	.text_with_timer-default {
		text-align: center;
		display: block;
		margin: 50px 0;
	}

	.or {
		font-size: 25px;
		margin: 20px 0;
	}

	.text_with_timer-other {
		text-align: center;
		display: block;
		padding: 0;
		margin: 50px 0;
	}
}