section.names {
    background-color: #9e9f9c;
}

@media only screen and (max-width: 768px) {
    .name-block .image > img {
        width: 100vw !important;
        height: auto;
    }
}