.DivSliderM {
    position: relative;
    height: 550px;
    width: 100%;
    background-color: white;
}
    .DivSliderM .DivSlider {
        position: absolute;
        top: 10px;
        width: 76%;
        height:100%;
        background-color: transparent;
        z-index:100;
        margin-right:10%;
        margin-left:14%;
    }

        .DivSliderM .DivSlider .divcssSlider {
            position: relative;
            background-color: transparent !important;
            height: 380px !important;
            width: 100%;
            border-radius: 20px;
            background-color: white;
        }

            .DivSliderM .DivSlider .divcssSlider .ImageSlider {
                position: absolute;
                top:0;
                height: 280px;
                width: 100%;
                border-radius: 20px 20px 0 0;
                /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;*/
                margin-bottom: 10px;
            }

            .DivSliderM .DivSlider .divcssSlider .DivUnderImage {
                position: absolute;
                top: 280px;
                height: 100px;
                bottom: 0;
                width: 100%;
                padding: 10px;
                border-radius: 0 0 20px 20px ;
                background-color: white;
                overflow-y: auto;
                font-size: small;
            }

        .DivSliderM #FirstBack {
            position: absolute;
            border-radius: 50px 0 0 0;
            height: 240px !important;
            width: 86% !important;
            left: 0 !important;
            bottom: 40px;
            margin-left: 7%;
            margin-right: 7%;
            background-color: deepskyblue;
            z-index: 1;
        }
    .DivSliderM #SecondBack {
        position: absolute;
        border-radius: 50px 0 0 0;
        height: 240px !important;
        width: 86% !important;
        left: 0 !important;
        bottom: 70px !important;
        margin-left: 9%;
        margin-right: 5%;
        background-color: cornflowerblue;
        opacity: .6;
        z-index: 2;
    }
    .DivSliderM hr {
        position: absolute;
        bottom: 110px !important;
        height:2px;
        width: 70% !important;
        display: block;
        /*color: white !important;*/
        background-color: white;
        margin-left: 15%;
        margin-right: 15%;
        z-index:5;
    }
    .DivSliderM #btnNext {
        position: absolute;
        left: 50px !important;
        bottom: 110px;
        border-color: white;
        color: white;
        z-index: 6;
    }
    .DivSliderM #btnPrev {
        position: absolute;
        left: 100px !important;
        bottom: 110px;
        border-color: white;
        color: white;
        z-index: 6;
    }
