﻿
.carousel {
    margin-bottom: 0;
    position: relative;
}



    .carousel::after {
        content: "";
        position: absolute;
        top: 43px;
        bottom: 23px;
        left: -23px;
/*        border-left: 1px solid #fff;
*/    }
    

    .carousel .carousel-control {
        width: 40px;
        height: 40px;
        margin-top: 63.5px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -6px;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
        background-color: rgba(0,0,0,0);
        filter: alpha(opacity=50);
        opacity: unset;
    }

        .carousel .carousel-control.right {
            right: -16px;
            left: auto;
        }

    .carousel .carousel-indicators {
        top: auto;
        right: 50%;
        bottom: -10px;
        margin-right: -19px;
    }

        .carousel .carousel-indicators li {
            background: #cecece;
        }

        .carousel .carousel-indicators .active {
            background: #d01f76;
        }

    .carousel .item .row {
        clear: both;
        margin: 0;
    }

    .carousel .item .item__element {
        text-align: center;
        padding-left: 15px;
        padding-right: 5px;
        position: relative;
        cursor:pointer;
    }

        .carousel .item .item__element img {
            display: block;
            margin: 0 auto;
            width: 100%;
            height: fit-content;
            border: 5px solid #504d49;
        }

        .carousel .item .item__element .imgContainer {
            display: block;
            margin: 0 auto;
            width: 100%;
            height: 200px;
            border: 5px solid #504d49;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: contain;
            background-color: #dddedf;
            opacity:0.5
        
        }

        .carousel .item .item__element .Content {
            position: absolute;
            top: 25%;
/*            left: 23%;
*/            color: #fff;
            font-weight: bold;
            font-size: 17px;
        }
