.milktop {
    left: 0;
/*    z-index: -99;*/
    width: 100%;
    height: 980px;
    position: absolute;
    overflow: hidden;
/*    background-image: url("../gfx/milk.svg");*/
/*    background-repeat: no-repeat;*/
}
.milktop img.path {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -1440px;
    margin-right: auto;
    width: 2000px;
/*    margin-left: auto;*/
/*    margin-right: auto;*/
    top: -100px;
    background-color: rgba(0,0,0, .7);
}

.about-us-page .milktop img.path,
.contact-page .milktop img.path,
.products-page .milktop img.path,
.clients-page .milktop img.path{
    background-color: rgba(0,0,0,0.7);

}

.milktop .bg-top {
    position: absolute;
}

.milktop .bg-top img {
    min-width: 100%;
}


@media screen and (max-width: 767px) {
/*    .milktop,*/
/*    .milktop .bg-top,*/
    .milktop img.path {
        display: none;
    }
    
    .milktop {
    }
    .milktop .bg-top {
        margin-top: 100px;
        z-index: -1;
        background-color: #000;
        
    }
    .milktop .bg-top img {
        max-width: 100%;
        opacity: .5;
        
    }
    
}
@media screen and (min-width: 768px) {
    .milktop .bg-top {
        width: 1200px;
    }
    
}
@media screen and (min-width: 922px) {
    .milktop img.path {
        margin-left: -1340px;
    }
}

@media screen and (min-width: 1600px) {
    .milktop .bg-top {
        position: absolute;
        width: 1450px;
    }
}

@media screen and (min-width: 1800px) {
    .milktop .bg-top {
        position: absolute;
        width: 1530px; /*1450px;*/
    }

}
@media screen and (min-width: 2000px) {
    .milktop .bg-top {
        position: absolute;
        width: 1630px; /*1450px;*/
    }

}
@media screen and (min-width: 2200px) {
    .milktop .bg-top {
        position: absolute;
        width: 1700px; /*1450px;*/
    }

}


@media screen and (min-width: 2400px) {
    .milktop .bg-top {
        position: absolute;
        width: 1800px; /*1450px;*/
    }

}




@media screen and (min-width: 2400px) {
    .milktop .bg-top {
        position: absolute;
        width: 1840px; /*1450px;*/
    }

}

