/* COMMON */

html,
body {
  margin: 0;
  padding: 0;
}

body {
	background-color: #000000;
	/* background-image: url('../img/bg.jpg'); */
	background-repeat: no-repeat, no-repeat;
	color: #FFFFFF;
	font-family: Helvetica;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	text-align: center;
}

.logo-banner {
	position: absolute;
	top: 300px;
	left: 500px;
}

.logo-image {
	display:none;
	margin:auto;
	height:400px;
	padding: 10px;
	/* background-color:rgba(255,255,255, 0.5); */
	border-radius: 15px;
	z-index:60;
}

.andy-image {
	margin:auto;
	height:400px;
	padding: 10px;
	/* background-color:rgba(255,255,255, 0.5); */
	border-radius: 15px;
	z-index:70;
}

.andy-banner {
	position: absolute;
	top: 300px;
	left: 530px;
	z-index:100;
}

.count-video {
	padding:10px;
	height: 100vh;
	width: 100vw;
	display: none;
	z-index:10;
}



.video {
	width:100%;
	height:100%;
}

#iframe {
	width:100%;
	height:100vh;
	z-index:0;
	display:none;
}