#carousel3d .carousel-3d-slide {
    /* border-radius: 10% !important; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    background-color: #ffffff;
    padding: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#carousel3d .carousel-3d-slide.current {
    /*background-color: #fff;*/
    padding: 25px;
    background-image: url('../images/856-03.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #CDA76B;
    /*border: 6px solid #BA9056 !important;*/
    /*#8E1521*/
    /*border-image: linear-gradient(#8E1521 8px, #BA9056 8px);*/

    border-style: outset;

    /* box-shadow:
    0 0 0 10px hsl(0, 0%, 70%),
    0 0 0 15px hsl(0, 0%, 80%);*/
    /* border-color: linear-gradient(to left, #00C853, #B2FF59) !important;*/

}

#carousel3d .carousel-3d-slide.current span {
    font-size: 28px;
    font-weight: 500;
}



/*End projects*/
