body,html{
    margin:0px;
padding:0px;
overflow: hidden;
font-family: 'Roboto', sans-serif;
background-color:#000;
height:100vh;
	max-height:100vh;
}

.spalsh{
	position: relative;
	width:100%;
	height:100vh;
	max-height:100vh;
}

.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
#myvideo{
	position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
	opacity: 0;
}

.logo-img{
	position: relative;
	height: 100vh;
}
.logo-img img{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:70%;
	max-width:120px;
}
p.copyright-text {
    position: absolute;
    z-index: 99;
    color: #fff;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    opacity: .25;
}
@media only screen and (max-width: 1024px){
	
}

@media only screen and (max-width: 768px){
  
}
@media only screen and (max-width: 480px){
	
	
}