.scoll-pane::-webkit-scrollbar {
    display: none;
}
.scoll-pane:hover::-webkit-scrollbar {
    display: initial;
}
.post-carousel .post-group-inner {
    overflow:auto;
    position: relative;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.87);
    border: solid 1px #dee2e6;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    box-shadow: 0px 0px 1px #d1746d;
}


    .post-carousel .post-group-inner ul {
        list-style: none;
        width: 100%;
    }
.post-carousel .post-group-inner > .list-group {
    /* list-style: none; */
    /* width:100%; */
    position: absolute;
    z-index: 0;
}
.post-carousel .list-group-item {
    transition: background-color .6s ease;
    border-bottom: solid 1px #fff;
    /* padding: 5px; */
}

.post-carousel .list-group-item footer {
    font-weight: normal;
}
.post-carousel .list-group-item.active {
    background-color: rgba(215, 98, 90, 0.7);
    color: white;
    border-color: inherit;
}
    .post-carousel .list-group-item:hover {
        background-color: #FFE0B2;
        color: #444;
        border-color: #FFE0E6;
    }
    .post-carousel .list-group-item a {
        color: inherit;
    }
    .post-carousel .list-group-item:hover a, .post-carousel .list-group-item:hover * {
        /*color: white;*/
    }
    .post-carousel .post-group-inner .list-group-item img.img-fluid {
        max-width: 45%;
        width: initial;
        float:left;
        margin-right: .25rem;
    }
.post-carousel .post-group-inner .list-group-item {
    font-size: 100%;
    font-weight: 100;
    line-height: 127%;
    /* margin-bottom: 1px; */
    padding: .5rem .75rem .3rem;
    /* background: inherit; */
}
.post-carousel .post-group-inner li small {
    opacity: .8;
}
.carousel-inner {
    padding-bottom: 55.5%;
}
.carousel-item {
    position:absolute;
    height: 100%;
    background: rgba(202, 86, 77, 0.8);
}
.carousel-item > a {
    display: block;
	position: absolute;
	width: 100%; height: 100%;
}
.carousel-item > a img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.carousel-caption {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.78);
}
.carousel-caption p {
    /* animation-delay: .1s; */
}
.carousel-caption h4 {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color:white;
    margin-bottom: 0px;
}
.carousel-caption span.edit {
    
}
.carousel-item .carousel-caption {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 2rem;
    right: 0;
    left: 0;
    bottom:0;
    background-image: -webkit-linear-gradient(bottom,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));
    background-image: linear-gradient(to top,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

.carousel-item .carousel-caption > a {
    display: inline-block;
    text-align: center;
    background: #0000007a;
    border-radius: 10px;
    padding: 10px;
}
.carousel-item:hover .carousel-caption > p {
    display: inline-block !important;
}
.carousel-indicators {
    bottom:0;
    margin-bottom: 1rem;
}
.carousel-indicators li {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.carousel-control-prev {
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));
    /* background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%); */
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control-next {
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));
    /* background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%); */
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}
.carousel-control-pause {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    background: #ffffff1c;
    height: 21px;
}
.carousel-control-pause-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
/* html.size-sm .carousel-inner {padding-bottom: 100%;} */
@media only screen and (max-width: 576px) and (orientation:portrait) {
	.carousel-inner {padding-bottom: 120%;}
}
/* xl */
@media (min-width: 992px) {
    .post-carousel .post-group-inner h4 {
        font-weight: 550;
    }
}