.logo-image {
    margin: 0 auto;
    padding: 0;
    box-sizing: content-box;
}

.logo-image-machsense {
    width: 400px;
    height: 59px;
    background-size: 400px 59px;
    background-repeat: no-repeat;
    background-image: url("logo-domain-right.png");
    background-position: center;
    overflow: visible;
    box-sizing: content-box;
}

@media only screen and (max-width: 1068px) {
    .logo-image-machsense {
        width:300px;
        height: 44px;
        background-size: 300px 44px;
        background-repeat: no-repeat;
        background-image: url("logo-domain-right.png")
    }
}

@media only screen and (max-width: 735px) {
    .logo-image-machsense {
        width: 280px;
        height: 41px;
        background-size: 280px 41px;
        background-repeat: no-repeat;
        background-image: url("logo-domain-right.png")
    }
}