._video {
	background-image: url('../images/mainBG.png');
	background-position:center;
	background-color:#000000;
}

.top_content {
	line-height: 0.8;
}
.top_content h1 {
	font-size:5.5rem;
    color: #ffffff;
    transform: scale(1.1, 0.85);
}
.top_content h2 {
	margin:0 auto;
    color: #ffffff;
	font-size: 3.5rem;
	font-weight: 600;
}
.top_content h3 {
	width:max-content;
	margin:0 auto;
	padding:5px 10px;
    font-size: 1.5rem;
    line-height: 1;
	color:#00ADC5;
	background:linear-gradient(180deg, rgba(33,36,35,1) 0%, rgba(9,15,15,1) 50%, rgba(1,2,2,1) 99%);
	border-radius:12px;
}
.crossline {
    margin: 0 auto;
    padding: 0 1%;
    width: max-content;
    position: relative;
}
.crossline:before,
.crossline:after {
	content:"";
	position:absolute;
	height:4px;
	background:#00ADC5;
	width:20%;
	top:50%;
	margin-top:-2px;
}
.crossline:after {
	right:100%;
}
.crossline:before {
	left:100%;
} 

/*
.priceData {
	color: #ffffff;
    font-size: 1.8rem;
    margin-top: 1vh;
}
*/


.lissing_data {
	margin:10px auto;
}
.lissing_data .dataCubes_wrpr {
	padding:10px 20px;
}
.lissing_data .dataCube {
	padding-bottom:0;
}
.lissing_data .dataCube>span {
	line-height:30px;
}

.super_list {	/* ul */
	margin:0 auto;
	padding:0;
	list-style:none;
	display:flex;
	justify-content:center;
	gap:20px;
	width:min-content;
}
.super_list li {
	white-space:nowrap;
	padding: 7px;
    border-top:2px solid #00ADC5;
	color:#ffffff;
	text-align:right;
	font-size:1.6rem;
	font-weight:bold;
	line-height:1;
}



@media(max-width: 1024px) {
	.top_content {
		width:100%;
	}
	.top_content h1 {
		font-size: 4rem;
		transform: scaleX(1.25);
	}
	.top_content h2 {
		font-size: 2rem;
		font-size: 65%;
	}
	.top_content h3 {
		font-size: 1rem;
	}
	.crossline:before, 
	.crossline:after {
		height:2px;
		width: 20%;
	}
	/*
	.priceData {
		font-size: 1rem;
	}
	*/
	.super_list li {
		font-size:1rem;
	}
}