#eppBoxFilter{
	width: 100%;
	height: 100%;
	z-index: 999;
}
#eppBox{
	width: 60%;
	margin: 0 auto;
	/* commented
	top: 5% !important;
    left: 5% !important;
    right: 5% !important; */
	left: 50% !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
	z-index: 1000;
	background-color: #000 !important; 
	background: #000 !important; 
}

#eppBoxclr{
	clear: both;
}
#eppBoxHeader{
	background: #000 !important;
}
#eppBox #eppBoxHeader #eppBoxTitle{
	float: left;
	padding-left: 25px;
	padding-top: 25px;
}

#eppBoxTitle h1 {
    font-size: 15px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    padding: 10px 0 0;
    line-height: 1.25em;
	width: 100%; /* new style added */
}

#eppBoxTitle{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#eppBox #eppBoxHeader #eppBoxClose {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    width: 30px;
    line-height: 30px;
    right: 6px;
    text-align: right;
    top: -2px;
    color: #fff;
    font-size: 20px;
}
 
#eppBoxTitle{
    text-align: center;
    background-color: #0F0E0C;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}
div#eppBoxTableDl{
	width: 100%;
}
div#eppBoxTableDl a {
    color: #fff;
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    line-height: 2em;
}

#eppBox div#eppBoxTableDl img{
	cursor: pointer;
	margin: 8px;
}

#eppBox #eppBoxContent{
	overflow: hidden;
	/* commented padding: 15px; */
	padding: 5px;
}

#eppBoxImg{
	text-align: center;
	/* commented margin-bottom: 30px; */
}

#eppBox #eppBoxContent div#eppBoxImg > img {
	/* commented width: 68%; */
	width: 60%;
	max-height: 70vh;
	object-fit: contain;
	float: unset !important;
}

#eppBox #eppBoxContent div#eppBoxImg #eppBoxTableDl > img{
	width: 80%;
	box-shadow: 0 0 15px #000;
}


#eppBox #eppBoxFooter ul.tag{
	margin: 0;
	padding: 0
}

#eppBox #eppBoxFooter ul.tag li{
	float: left;
	list-style: none;
	margin: 0 5px;
}

.gg{width: 22px;}

@media screen and (max-width: 1000px) {
	#eppBox{
		width: 75%;
	}

	#eppBox div#eppBoxTableDl img{
		max-width: 30px;
	}

	#eppBoxTableDl{
		width: 50%;
		float: right;
	}
	
	#eppBoxTableDl a {
		float: left;
	}

	#eppBox #eppBoxContent div#eppBoxImg > img{
		width: 95%;
	}

	.dl{
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#eppBox{
		width: 75%;
	}

	#eppBox #eppBoxHeader{
		min-height: 10px;
	}

	#eppBox div#eppBoxTableDl img{
		max-width: 30px;
	}

	#eppBoxTableDl{
		width: 100%;
		float: unset;
		text-align: center;
		display: inline-block;
	}
	
	#eppBoxTableDl a {
		float: unset;
	}

	#eppBox #eppBoxContent div#eppBoxImg > img{
		width: 95%;
	}

	.dl{
		display: none;
	}
}

@media (max-device-width:768px) and (orientation: landscape){
	#eppBox{
		width: 70%;
	}

#eppBox #eppBoxHeader #eppBoxTitle{
	float: left;
	padding-left: 15px;
	padding-top: 15px;
}

	#eppBoxTitle h1{
		font-size: 17px;
	}
}