
/*  RESET **************************/
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; min-height: 100%;}
body {margin: 0px; padding: 0px; line-height: 1;}
a:active,
a:hover {
  outline: 0;
}
hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
img {border: 0; width: 100%; height: auto;}
svg:not(:root) {overflow: hidden;}
select {-webkit-appearance: none;}
button[disabled],
html input[disabled] {
  cursor: default;
}
textarea {overflow: auto; vertical-align: top; resize: none;}
a,
a:hover,
a:visited {
  text-decoration: none;
}
* {-moz-box-sizing: border-box; box-sizing: border-box;}
div{position: absolute; display: block;}

.centered{
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

/*  BANNER *********************/
#ad {
	width: 100%;
	height: 100%;
	background-color: #000;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	}
#banner {
	width: 100%;
	height: 100%;
}

/* CUSTOM CSS *******************/
#banner {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #fff;
	-webkit-perspective:300px;
	-moz-perspective:300px;
	perspective:300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mov {
	width: 95%;
	height: 80%;
	max-width: 1200px;
	max-height: 1200px;
	padding: 20px 0 40px 0;
}
#tit{
	position: absolute;
	height: auto;
	width: 100%;
	bottom: 20px;
	text-align: center;
	z-index: 2;
}