html {
	overflow-x: hidden !important;
}

#bgvideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 105%;
	transform: translateX(calc((100% - 100vw) / 2));
	background-image: url('/images/background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-box {
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 3 / 1;
	background-position: center;
	padding: 0;
	text-align: left;
	position: relative;
}

.profile-img {
	aspect-ratio: 1/1;
	width: 25%;
	position: absolute;
	left: 5%;
	top: 60%;
	border-radius: 5%;
	border: 2px solid white;
}

#displayname {
	position: absolute;
	top: 98%;
	left: 31%;
	font-size: 2cqb;
}

#username {
	position: absolute;
	top: 115%;
	left: 31%;
	font-size: 1.5cqb;
	font-weight: normal;
}

.preloader {
	background: rgba(0, 0, 0, 0.3);
}

#loader-title {
	position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}

.resultimg {
	aspect-ratio: 1/1;
	width: 100%;
	border-radius: 5%;
	object-fit: cover;
	margin-bottom: 10px;
}

.resultvid {
	aspect-ratio: 1/1;
	width: 100%;
	border-radius: 5%;
	object-fit: cover;
}

#resultrow {
	margin-bottom: 50px;
}

@media (min-width: 576px) {
	#resultsbox {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	#resultsbox {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	#resultsbox {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	#resultsbox {
		max-width: 1140px;
	}
}

#resultsbox {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#resultrow > .fp-tableCell {
	display: block;
}
