.bg-4 {
    background-image:url("../../../files/582-memory/img/banner7.jpg");
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.bg-fixed {
    background-attachment: fixed;
    background-size: cover;
}
.bg-1 {
    background-color:#$mainC;
    background-image:url("../../../files/582-memory/img/banner1.jpg");
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.bg-2 {
    background-image:url("../../../files/582-memory/img/banner4.jpg");
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.bg-3 {
    background-image:url("../../../files/582-memory/img/banner8.jpg");
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.bg-5 {
    background-image:url("../../../files/582-memory/img/banner5.jpg");
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
