/* CSS Document */
.header__logo-image{
  width:400px;
  height:auto; 
}

@media (max-width:768px){
   .header__logo-image{
    width:300px;
    height:auto; 
  }
}