/* Feature 1 */
.LC1 {
    background-image: url('/Lifecycle/chain\ stay_07.jpg'); /* Corrected URL */
    background-size: cover;
    background-position: center;
    background-attachment: scroll; /* Enable scroll-based background movement */
    position: relative;
}
/* Feature 2 */
.LC2 {
    background-image: url('/Lifecycle/HighRes_Fügeverbindung_02.jpg'); /* Corrected URL */
    background-size: cover;
    background-position: center;
    background-attachment: scroll; /* Enable scroll-based background movement */
    position: relative;
}
/* Feature 3 */
.LC3 {
    background-image: url('/Lifecycle/BB\ 368\ EVO_03.jpg'); /* Corrected URL */
    background-size: cover;
    background-position: center;
    background-attachment: scroll; /* Enable scroll-based background movement */
    position: relative;
}
/* Feature 4 */
.LC4 {
    background-image: url('/Lifecycle/head\ tube_03.jpg'); /* Corrected URL */
    background-size: cover;
    background-position: center;
    background-attachment: scroll; /* Enable scroll-based background movement */
    position: relative;
}
.LC5 {
    background-image: url('/Lifecycle/head\ tube\ bearing_01.jpg'); /* Corrected URL */
    background-size: cover;
    background-position: center;
    background-attachment: scroll; /* Enable scroll-based background movement */
    position: relative;
}
.LC6 {
    background-image: url('/Lifecycle/UDH_03.jpg'); /* Corrected URL */
    background-size: cover;
    background-position: center;
    background-attachment: scroll; /* Enable scroll-based background movement */
    position: relative;
}
.LC7 {
    background-image: url('/Lifecycle/flat\ mount_01.jpg'); /* Corrected URL */
    background-size: cover;
    background-position: center;
    background-attachment: scroll; /* Enable scroll-based background movement */
    position: relative;
}

@media (min-width: 768px) {
    /* Align text container right for About Me section */
    .LC1 .text-container {
        right: 10%; /* Align with a little margin */
        left: auto; /* Disable left alignment */
        text-align: left;
    }
    
    /* Align text container right for About Me section */
    .LC2 .text-container {
        right: 10%; /* Align with a little margin */
        left: auto; /* Disable left alignment */
        text-align: left;
    }

    /* Align text container left for Services section */
    .LC3 .text-container {
        left: 10%; /* Align with a little margin */
        right: auto; /* Disable right alignment */
        text-align: right;
    }
     /* Align text container right for About Me section */
     .LC4 .text-container {
        right: 10%; /* Align with a little margin */
        left: auto; /* Disable left alignment */
        text-align: left;
    }
    .LC5 .text-container {
        right: 10%; /* Align with a little margin */
        left: auto; /* Disable left alignment */
        text-align: left;
    }
    .LC6 .text-container {
        right: 10%; /* Align with a little margin */
        left: auto; /* Disable left alignment */
        text-align: left;
    }
    .LC7 .text-container {
         left: 10%; /* Align with a little margin */
        right: auto; /* Disable right alignment */
        text-align: right;
    }
}