@media only screen and (max-width: 768px) {

.section-intro {
    overflow: hidden;
    background: url(../img/bg/bg-mobile.jpg) no-repeat;
    background-position: 0 0 !important;
    background-size: cover;
}
    
    
  
.logo-head {
    width: 100%;
}
    
    
    
    
    
    
}