html, body {height: 100%; width: 100%; margin: 0; background-color:#000 } 

.mediaicons {
	height: 15%;
	padding: 13px 0;
	display: table;
}

.mediaiconsfit {
	
	display: table-cell;
	padding 0 13px;
}

.mediaiconsfit img {
	max-width: 100%;
	max-height: 100%;	
}

.head {
	height: 15%;
	background:url(../img/12details.png) no-repeat top; 
	background-color: #333333;
	background-size:contain;
}

.logo {
	height: 20%;
	background-color: #333333;
	position: relative;
}

.logoimage {
	height: 50%;
	width: 100%;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	background:url(../img/logo-page.png) no-repeat top; 
	background-color: #333333;
	background-size:contain;
}

.name {
	height: 80%;
	position: relative;
}

.nameimageeryn {
	height: 100%;
	width: 100%;
	left:50%;
	top:60%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	background:url(../img/eryn.png) no-repeat top; 
	background-size:contain;
}

.nameimagemarg {
	height: 100%;
	width: 100%;
	left:50%;
	top:60%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	background:url(../img/marg.png) no-repeat top; 
	background-size:contain;
}

.foot {
	height: 10%;
	background-color: #000000;
}

	
	.tg  {
		border-collapse:collapse;
		border-spacing:0;
		width:100%;
		}
		
	.tg td{
		padding:5px 5px;
		overflow:hidden;
		word-break:normal;
		}
		
	.tg th {
		padding:5px 5px;
		overflow:hidden;
		word-break:normal;
		width:100px;
		vertical-align:top;
		font-weight:bold;
		color:#000;
		}

/* VS DIV STYLES */

.vscontainer {
	width: 100%;
	height: 32%;
	position: relative;
	border:solid medium #000;
}

.vsleft {
	width: 40%;
	height: 100%;
	float: left;
}

.vsright {
	width: 40%;
	height: 100%;
	float: right;
}

.vslogo {
	height: 50%;
	width: 100%;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	background:url(../img/ghoul-vs-chris.png) no-repeat center center;
	background-size:contain;
}

.round11 {
	height: 40%;
	width: 50%;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	background:url(../img/round11.png) no-repeat center center;
	background-size:contain;
}


.vscontainerdetails {
	width: 100%;
	height: 25%;
	position:relative;
}


.leftdetailslogo {
	width: 50%;
	height: 100%;
	float: left;
}

.leftdetails {
	width: 50%;
	height: 50%;
	float: right;
}

.rightdetailslogo {
	width: 50%;
	height: 100%;
	float: right;
}

.rightdetails {
	width: 30%;
	height: 50%;
	float: right;
	right: 5%;
	position:relative;
}

		
button {
    background:transparent;
    border:none;
    outline:none;
    display:block;
    height:100%;
    width:100%;
    cursor:pointer;
}

.vslogo-2 {
	height: 50%;
	width: 100%;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	background:url(../img/eryn-vs-marg.png) no-repeat center center;
	background-size:contain;
}

.vslogo-3 {
	height: 50%;
	width: 100%;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	background:url(../img/hp-vs-scar.png) no-repeat center center;
	background-size:contain;
}

#vs1 {
	width: 0%;
	background-size: cover;
	background-image: url(../img/Ghoulweb.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}

#vs1a {
	width: 0%;
	right:0px;
    bottom: 0px;
	background:url(../img/cmangosweb.jpg) no-repeat center center;
    background-size:cover;
}

#vs2 {
	width: 0%;
	background:url(../img/eryn.jpg) no-repeat center center;
    background-size:cover;
}

#vs2a {
	width: 0%;
	right:0px;
    bottom: 0px;
	background:url(../img/marguerite.jpg) no-repeat center center;
    background-size:cover;
}

#vs3 {
	width: 0%;
	background:url(../img/hanna.jpg) no-repeat center center;
    background-size:cover;
}

#vs3a {
	width: 0%;
	right:0px;
    bottom: 0px;
	background:url(../img/scar.jpg) no-repeat center center;
    background-size:cover;
}


/* Overlay style */



.overlay11 {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y:auto;	
	top: 0;
	left: 0;
	background: rgba(153,204,51,0.9);
}

.overlay12 {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y:auto;
	top: 0;
	left: 0;
	background: rgba(153,204,51,0.9);
}


/* Overlay closing cross */

.overlay11 .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

.overlay12 .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}


/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}


