
#videoSec {
	position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
	overflow: hidden;
}
#videoSec .content-mobile {
	display: none;
	width: 100%;
	margin-bottom: 30px;
}
#videoSec .content-mobile h2 {
    margin: 0;
    font-size: 30px;
    color: var(--primary-color);
	font-weight: 500;
    line-height: 40px;
	letter-spacing: 1.5px;
    text-transform: uppercase;
	text-align: center;
}
#videoSec .video {
	position: relative;
	width: 100%;
	min-height: 600px;
    padding: 40px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#videoSec .video:after {
    content: '';
	width: 100%;
    height: 60%;
    background: rgb(2 8 21 / 50%);
    background: linear-gradient(180deg, rgba(2,8,21,0) 0%, rgba(2,8,21,0.7) 50%, rgba(2,8,21,1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
#videoSec .video .container {
	display: flex;
	flex-direction: column;
    justify-content: center;
	align-items: center;
	grid-gap: 40px;
	height: 100%;
	position: relative;
	z-index: 1;
}
#videoSec .video .container:before,
#videoSec .video .container:after {
    display: none;
}
#videoSec .video .playbtn {
    width: 70%;
}
#videoSec .video .playbtn a {
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
    width: 90px;
    height: 90px;
    margin: 40px auto;
    background-color: var(--secondary-color);
    border-radius: 100%;
    font-size: 25px;
    color: #ffffff;
}
#videoSec .video .playbtn a:before {
	content: "";
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 1px solid #ffffff;
	border-radius: 100%;
    position: absolute;
}
#videoSec .video .playbtn a:after {
	content: "";
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    border: 1px solid #ffffff;
	border-radius: 100%;
    position: absolute;
}
#videoSec .video .content {
    width: 70%;
}
#videoSec .video .content h2 {
    margin: 0;
    font-size: 30px;
    color: #ffffff;
	font-weight: 500;
    line-height: 40px;
	letter-spacing: 1.5px;
    text-transform: uppercase;
	text-align: center;
}





/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {

#videoSec .video							{ min-height: 450px; }


}



/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

#videoSec .video							{ min-height: 370px; padding: 30px 0; }
#videoSec .video .container					{ grid-gap: 30px; }
#videoSec .video .playbtn					{ width: 75%; }
#videoSec .video .playbtn a					{ width: 70px; height: 70px; margin: 30px auto; font-size: 20px; }
#videoSec .video .playbtn a:before			{ width: calc(100% + 30px); height: calc(100% + 30px); }
#videoSec .video .playbtn a:after			{ width: calc(100% + 60px); height: calc(100% + 60px); }
#videoSec .video .content					{ width: 75%; }
#videoSec .video .content h2				{ font-size: 25px; line-height: 35px; }

}



/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

#videoSec .content-mobile					{ display: block; }
#videoSec .content-mobile h2				{ font-size: 25px; line-height: 35px; }
#videoSec .video							{ min-height: inherit; padding: 80px 0; }
#videoSec .video .container					{ flex-direction: column; grid-gap: 20px; }
#videoSec .video .playbtn					{ width: 100%; }
#videoSec .video .playbtn a					{ width: 70px; height: 70px; margin: 30px auto; font-size: 20px; }
#videoSec .video .playbtn a:before			{ width: calc(100% + 30px); height: calc(100% + 30px); }
#videoSec .video .playbtn a:after			{ width: calc(100% + 60px); height: calc(100% + 60px); }
#videoSec .video .content					{ display: none; width: 100%; }
#videoSec .video .content h2				{ font-size: 25px; line-height: 35px; }

}
