body{
 background: url('../img/bg_01.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
    color: white;
    word-wrap:break-word;
  -o-background-size: cover;
    overflow: hidden;
}

  #container {
        width: 100vw;
        height: 100vh;
     
    }

    .main-img {
        display:block;
        margin:auto;
        margin-top: 10%;
        max-width: 50%;
        max-height: 50%;        
    }

.list-inline li img{
    max-width: 50%;
        max-height: 50%;   
    display:block;
    margin:auto;
  
}

.list-inline li {
     display:inline-block;
        *display:inline; /*IE7*/
        *zoom:1; /*IE7*/
   
        margin-right:10px;
}


.list-inline  {
    text-align:center;
    align-content: center;
    list-style-type: none;
    padding-top: 8vh;
    padding-bottom: 3vh;
    width: 100vw;
   
  
}

.languageSwitcher p{
    margin: 0;
    
}

.languageSwitcher{
    text-align: center;
    width: 100%;
    
    
}
.languageSwitcher a{
    color: white;
}

.languageSwitcher a:hover{
   color: gray;
    
}

@media(max-width:730px)
{
    body{
        overflow: visible;
    }
    
    .list-inline li img{
     max-width: 25%;
        max-height: 25%;   
}

}