.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    opacity: 0.85;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.bgimg-1 {
    /*background-image: url("img_parallax.jpg");*/
    background-image: url("../images/banner/vibes/hair-treatment-new.png");
    min-height: 100%;
}

.bgimg-2 {
    /*background-image: url("../images/banner/vibes/hair-treatment1.png");*/
    background-image: url("../images/banner/vibes/sample-image.jpg");
    min-height: 400px;
}

.bgimg-3 {
    background-image: url("../images/banner/vibes/vibes-web-banner-5.png");
    min-height: 400px;
}