.container-header {
    background: transparent !important;
    background-color: transparent !important;
}

.container-header .grid-child {
    padding: 0 !important;
}

.snt-hero {
    width: 100%;
    height: 340px;
    background-image: url('/images/header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
}