@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
        height: 108px;
        margin-top: 62px;
    }
.header-container {
    background: transperant;
    height: 85px;
    /* border: 1px solid #eee; */
    border-top: none;
    background: #550c0c;
}

}