/* mobile only decrease logo size */ 
@media only screen and (max-width: 767px){
.header .logo img {
    max-width: 155px;
}
}

div.asset.text {
  min-width: 500px!important;
  max-width: 650px!important;
}