html, body {
	height: 100%;
	margin: auto;
	display: flex;
	overflow: hidden;
}

body {
	font-family: Calibri;
	background-color: rgba(16, 24, 34, 0.98);
	background-image: url("../bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	color: #C1C6CF;
	font-size: 18px;
	overflow: hidden !important;
}

hr {
	border: none;
	background-color: #B00000;
	height: 1px;
}

video {
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a {
	color: #5AC0F4;
}

#ts3v_1129525 {
	overflow: hidden !important; /* Your desired overflow value */
}

.merchant_icon {
	vertical-align: middle;
	width: 10px;
	height: auto;
}

.dv_content {
	margin: 1px;
}

.dv_card {
	font-size: 16px;
	margin: 5px;
	padding: 5px;
	background: rgba(50, 50, 50, 0.60);
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.paypal {
	font-size: 16px;
	margin-top:0px;
	text-align: center;
	color: rgb(255, 255, 255);
}

.bigfont {
	margin-top:0px;
	text-align: center;
	color: rgb(255, 255, 255);
	margin: 0;
	margin-bottom:2px;
	font-size:26px;
}

.command_font {
	color: rgb(225, 225, 225); 
}

.card_title_font {
	font-size:18px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	text-align:center;
	margin-bottom:5px;
	margin-top:5px;
}



@media ( min-width: 1440px ) {
	body {
		font-size: 22px;
	}
	
	.merchant_icon {
		width: 23px;
	}
}

@media ( max-width: 768px ) {
	body {
		font-size: 14px;
	}
	
	hr {
		display: none;
	}
	
	.bigfont {
		font-size: 16px;
	}
	
	.dv_card {
		margin-bottom: 5px;
		padding: 5px;
	}
	
	.merchant_icon {
		width: 13px;
	}
}

@media ( max-width: 720px ) {	
	.bigfont {
		display: none;
	}
	
	hr {
		display: none;
	}
}