@CHARSET "ISO-8859-1";

/* Marine Drouan 2015
for Miko
responsive tablet and mobile
	* --------------------------------------- */

@media only screen and (max-width: 1000px){
    
    
    .gigs{
        margin-top: 55px;
    }

    img{
    width: 80%;
    height: auto;
    padding: 10px;
    }

    .mid {
    visibility: hidden;
    }

    /* player */

    .player {
     max-width: 300px;
    text-align: center;    
    }

     .intro p{
        text-align: center;
     }
    
    .intro p{
	width: 90%;
	margin: 0 auto;
    margin-top: 0 !important ; 
	font-size: 1.8em;
        text-align: center;
    }
   
    .intro img{
        visibility: hidden; 
        width: 0;
        height: 0;
        padding: 0;
    }
    

    /* miko logo*/

    
    .mid {
    top: 3%;
    left: 10%;
    width: 30%;
    height: auto;

    }

    
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 
    
    #footer {font-size: 1.5em;}


}
    
