.bg-0 {
    background: url('../img/bg0.jpg') no-repeat 100% ; 
    background-attachment: fixed;
}
.bg-1 {
    background: url('../img/bg1.jpg') no-repeat 100% ; 
    background-attachment: fixed;
}
.bg-2 {
    background: url('../img/bg2.jpg') no-repeat 100% ; 
    background-attachment: fixed;
}
.bg-3 {
    background: url('../img/bg3.jpg') no-repeat 100% ; 
    background-attachment: fixed;
}
.bg-4 {
    background: url('../img/bg4.jpg') no-repeat 100% ; 
    background-attachment: fixed;
}
.bg-5 {
    background: url('../img/bg5.jpg') no-repeat 100% ; 
    background-attachment: fixed;
}