.show_on_mobile{
    display: none;
}
@media only screen and (max-width: 767px) {
    .license-the .carousel-control-next{
        left: 80% !important;
        display: block !important;
        padding: 5px;
    }
    .item__third .team-wrap .cont {
        position: absolute;
        font-size: 12px;
        bottom: -15px;
        padding: 0.5rem;
        background: #f3f3f3bf;
    }

    .license-the .carousel-control-prev {
        left: 10% !important;
        display: block !important;
        padding: 5px;
    }
    .show-neighbors {
        overflow: hidden;
    }
    .show-neighbors .carousel-indicators {
        margin-right: 25%;
        margin-left: 25%;
    }
    .show-neighbors .carousel-control-prev,
    .show-neighbors .carousel-control-next {
        background: rgba(255, 255, 255, 0.3);
        width: 30px;
        height: 30px;
        z-index: 11;

        /* .carousel-caption has z-index 10 */
    }
    .show-neighbors .carousel-inner {
        width: 150%;
        left: -25%;
    }
    .show-neighbors .carousel-item-next:not(.carousel-item-left),
    .show-neighbors .carousel-item-right.active {
        -webkit-transform: translate3d(33%, 0, 0);
        transform: translate3d(33%, 0, 0);
    }
    .show-neighbors .carousel-item-prev:not(.carousel-item-right),
    .show-neighbors .carousel-item-left.active {
        -webkit-transform: translate3d(-33%, 0, 0);
        transform: translate3d(-33%, 0, 0);
    }
    .show-neighbors .item__third {
        float: left;
        position: relative;
        /* captions can now be added */
        width: 33.33333333%;
        opacity:1;
    }
    .show-neighbors .item__third:not(:nth-child(2n)) {
        opacity:0.25;
    }
    .team-wrap {
        width: 97% !important;
        margin: 0 auto;
    }
    .hide_on_mobile{
        display: none;
    }
    .show_on_mobile{
        display: block;
    }

    #carouselExampleIndicatorsmob li {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        cursor: pointer;
        background-color: #ea169a;
    }

    #carouselExampleIndicatorsmob .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -1rem;
    }
    #carouselExampleIndicatorsmob .carousel-inner {
        height: 53vh;
    }
}
/* End */
