@media(max-width: 480px) {
    body {
    background: url("../img/bg-small.jpg") no-repeat #000; 
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	overflow-x:hidden;
    }

    .logo {
    	position: absolute;
    	top:10px;
    	right:0;
    }

    #menu-emma {
        position: static;
        width:110px;
        z-index: 0;
        background: none;
        float:right;
        margin-top:140px;
    }

    .menu li{
        float: right;
        margin:15px 10px;
        border: none;
    }

    .mobileNav {
        display: none;
    }

    .index {
    	display: none;
    }

    .facebook {
       margin-right:0;
       position: absolute;
       display: block;
       left:150px;
       bottom:0px;
    }

    .pat{
       margin-right:0;
       position: absolute;
       display: block;
       left:10px;
       bottom:0px;
    }

    .twitch {
    	position: fixed;
    	bottom:0;
    	width: 100%;
    }

    nav {
    height:0;
    background:none;
    margin-top: 0; 
   }

}