#active-popup {
	background-color: rgba(0,0,0, 0.85);
	position: absolute;
	width: 100%;
	height: 100% ;
 	left: 0;
	bottom:0;
	top:0;right:0;
	z-index: 99999;
}
#bgredvideo{
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height: 100vh; 
	width:100%;
	background: url(https://gorepaw.com/intro/images/gorepawbg.jpg) no-repeat top center;
	background-size: cover;
	margin:0;
	z-index: 2;
}
#fullscreen-bg{	
	position: relative;
	z-index: 1;
}
#popup-container {
    width:100%;
    height:auto;
    margin: 0 auto;  
    position: fixed;
    left: 0%;
    right: 0%;
    bottom: 0%; 
    top: 0%;
    z-index: 999999;     
    display:none; 
	overflow: hidden; 
}
#popupimage{
	position: absolute;
	padding:0;
	left:0;
	right:0;
	margin:0 auto auto auto;
	color:white;
	top:20%;
	bottom:0;
	display: inline-block;
	text-align: center; 
	height: 310px;
	width:507px;
	z-index: 9999999;	
}
#popupimage img{
	max-width: 100%;
}
.popuptext{
	 position: absolute;
 	padding: 15px 55px 10px 55px;
	left:0;
	right:0;
	margin:auto auto 0 auto;
	color:white;
	top:0;
    bottom: 37%;
	display: inline-block;
	text-align: center; 
 	/*background: url(https://gorepaw.com/intro/images/skipintroa1.png) no-repeat top left;*/
	height: 89px;
	width: 100%;
	z-index: 9999999;	
}
.popuptext a { 
	text-decoration: none;
	color:white !important;
	font-size: 30px;
	letter-spacing: 0.046em;
	font-family: 'amazdoomleftregular';
}
.popuptext:hover { 

}
.popuptext  a:hover { 
	color:#ae2129 !important;
}
.popuptext2{
	position: absolute;
	padding:15px 55px 10px 55px;
	left:0;
	right:0;
	margin:auto auto 0 auto;
	color:white;
	top:0;
	bottom: 30%;
	display: inline-block;
	text-align: center; 
 	/*background: url(https://gorepaw.com/intro/images/skipintro.png) no-repeat top left;*/
	height:52px;
	width: 100%;
	z-index: 9999999;	
}
.popuptext2:hover { 

}
.popuptext2 a {
	text-decoration: none;
	color:white !important;
	font-size: 30px;
	letter-spacing: 0.046em;
	font-family: 'amazdoomleftregular';
}
.popuptext2 a:hover { 
	color:#ae2129 !important; 
}
video{	
	cursor: pointer !important;
}
#popup-container a:link,#popup-container:visited{
	padding:10px 0;
	text-decoration: none;
	font-size-adjust: 18px;
	text-align: center;
	color:#FFF;
	margin:0 auto;
}
#popup-container a:hover,#popup-container:focus{
	color:#000;	
}
video{
	position: relative;top:/*-50px*/ 0px;	
}
.modal-content {
	position: relative; 
	text-align: center;
	background-color: transparent;
	padding-top:18px !important;
}
video{
	display: inline-block !important;
}
#popup-window { position: relative;	  }

.modal-content h1,
.modal-content p { color: #fff; }
.modal-content p { padding: 0px; }

#popup-container a#skip,#popup-container a#playvideo {
 	font-family: 'DM Sans' !important;
	/*color: #FFF;*/
	font-weight: 400 !important;
    text-align: center;
    /*display: block;*/
	/*text-shadow: 0 1px 0 #fff !important;*/
    margin: 0 auto;
    float: none !important;
    opacity: 1;
    letter-spacing: 0.09em;
	cursor: pointer;
}