body {
    margin: 0;
    padding: 0;
	overflow-y:hidden;
}
.company-home-logo, .company-home-logo img  {
    display:block;
    margin:auto;
    height: 150px;
    margin-top: 100px;
}    
.partner-logo, .partner-logo img {
 	position:fixed;
    height: 100px;
  	bottom: 50px;
	right: 50px;  
}
video {
	position: fixed; 
    right: 0; 
    bottom: 0;
	min-width: 100%; 
    min-height: 100%;
	width: auto; 
    height: auto; 
    z-index: -100;
} 
.menu-warper {
  position: fixed;
  width: 600px;
  height: 300px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);     
  border-radius: 125px 125px 0 0;
}
@media (max-width: 320px) {
    
.company-home-logo, .company-home-logo img  {
    height: auto;
    margin-top: 50px;
	padding: 0px 15px;
}    
.partner-logo, .partner-logo img {
	
}
.menu-warper {
  position: fixed;
  width: 320px;
  height: 160px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);     
  border-radius: 125px 125px 0 0;
} 
    
}
	