.mylogo {
  min-width: 100%;
}

.header{
 background-image: url("../../../../../images/bg-header.jpg");
 background-repeat: no-repeat;
 background-size: cover;
/* min-width: 100vw; */
 min-height: width/4.27;
}
/*
.site-grid {
    background-color: #f4f6f7;
}
*/
.grid-child {
    padding: 3px 15px;
 /*   background-color: white;*/
}
*/
.footer {
    background-color: #f4f6f7;
    background-image: none;
}