@charset "UTF-8";
html,body{
	height:100%;
    margin:0;
    overflow-x: hidden;
    overflow-y: hidden;
}
.intro{
    position: relative;
    display: block;   
    min-width:100%;
    height:100%;
    z-index:-1;
    background-color:black;
    background: url('../img/bg_02_2.jpg');
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}



@media (max-width: 768px) {
.intro{
    background: url('../img/bg_02_2.jpg') 35% top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;    
}      

}