

.header-section {
	position: unset !important;
}

.leaderVSleader-page-cover {
	background-image: url('../img/pubg-cover.jpg');
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.featured-page-cover h2 {
	color: #fff;
	padding: 240px 0px 120px;
	text-align: center;
}

.blog-section {
	padding: 60px 0 !important;
}

.featured-table table {
	/*text-align: center;*/
}

.featured-table table thead {
	background: #292929;
}

.featured-table th, .featured-table td {
	color: #fff;
	padding: .75rem;
    vertical-align: top;
    /*border-bottom: 1px solid #e8231b !important;*/
}

.featured-table td  {
	border-top: 0;
}

.featured-table td  span {
	float: right;
} 

.featured-table th {
	border-top: 0;
	border-bottom: 0 !important;
	background-color: rgba(232, 35, 27, 0.27);
}

.leaderVSleader-page-cover {
	padding: 120px 0;
}

.cover-text-portion {
	text-align: center;
    
}

.cover-text-portion h1 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 60px;
}

.cover-text-portion h4 {
	color: #fff;
	margin-bottom: 10px;
}

.cover-text-portion p {
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
}

.cover-text-portion a {
	color: #fff;
	border: 0;
	padding: 16px 40px;
	background-color: #ce1616;
	border-radius: 14px;
    font-weight: bolder;
    transition: 0.4s ease-in-out;
}

.cover-text-portion a:hover {
	background-color: #9c0e0e;
	transition: 0.4s ease-in-out;
}

.leaderVSleader-portion-img {
	padding: 0 10px
}

#leaderVSleader_text {
	background-color: #1c1c1c;
	width: 100%;
	height: 400px;
	padding: 40px 0;
}

#leaderVSleader_text h1 {
	color: #fff;
	font-size: 60px;
	text-align: center;
	margin-bottom: 20px;
}

#leaderVSleader_text p {
	color: #fff;
	text-align: left;
}

#leaderVSleader_particlejs {
	text-align: center;
	background-color: #1c1c1c;
	padding: 40px 12%
}

#leaderVSleader_particlejs h2 {
	color: #fff;
	margin-bottom: 20px;
}

#leaderVSleader_particlejs h3 {
	color: #fff;
	margin: 50px 0 20px;
}

.live-3video-section {
	padding: 0px 1%;
	margin-top: 50px;
}

@media only screen and (max-width: 768px) {

	.live-3video-section iframe {
		width: 80%;
	}

}

@media only screen and (max-width: 400px) {

	.live-3video-section iframe {
		width: 80%;
	}

	#leaderVSleader_particlejs {
		padding: unset;
	}

}

@media only screen and (max-width: 500px) {

	.cover-text-portion h1, #leaderVSleader_text h1 {
		font-size: 40px;
	}

	#leaderVSleader_particlejs h2 {
		font-size: 26px
	}

	.cover-text-portion p {
		font-size: 18px;
	}

}

@media only screen and (max-width: 992px) {

	.cover-text-portion {
		margin-bottom: 70px;
	}

}
