.carosel-img1 {
    height: 60%;
    color: #e2eaf1;
    background-image:
        linear-gradient(
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.8)
        ),
     url('../img/app_images/bible_at_back_bench.jpg');
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position:left;

    }
  .carosel-img2 {
    height: 60%;
    color: #e2eaf1;
    background-image:
        linear-gradient(
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.8)
        ),
     url('../img/app_images/pexels-luis-quintero-2351719.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:left;

    }

  .carosel-img3 {
    height: 60%;
    color: #e2eaf1;
    background-image:
        linear-gradient(
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.8)
        ),
     url('../img/app_images/halcyonday_children.jpg');
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position:left;

    }

  .sermon-vid {
    background-image:
        linear-gradient(
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5)
        ),
        url('../img/app_images/church_roof.jpg');

    }


    .mid-image {
        color: #f0ecf3;
        background-image:
            linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
            ),
            url('../img/app_images/man-kneeling-worshp.jpg');

        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;

    }

    .care-image {
        color: #f0ecf3;
        background-image:
            linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
            ),
            url('../img/app_images/pexels-pixabay-159679.jpg');

        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }




         /* ////////////// FOR IMAGE RESPONSIVENESS ////////////////// */
        /* Default styles for the embedded video container */
        .single-embed-responsive-16by9 {
            width: 800px;
            height: 450px;
            /* max-width: 800px; Full width by default */
            margin: 0 auto;
        }

        .shared-embed-responsive-16by9 {
            width: 400px;
            height: 450px;
            margin: 0 auto;
        }

        /* Apply different width for medium and small screens */
        @media (max-width: 768px) {
            .single-embed-responsive-16by9,
            .shared-embed-responsive-16by9 {
                max-width: 100%; /* Adjust this value as needed */
            }
        }

        @media (min-width: 769px) and (max-width: 992px) {
            .single-embed-responsive-16by9,
            .shared-embed-responsive-16by9 {
                max-width: 600px; /* Adjust this value as needed */
            }
        }
    /* ////////////// END FOR IMAGE RESPONSIVENESS ////////////////// */

