/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
    position: relative;
    width: 0px;
    margin: 60px auto 0px auto;
    overflow: visible;
}
.otherCarousel {
}

#carousel {
    height: 50vh;
    width: 100%;
    position: relative;
    margin-bottom: 0.5em;
    font-size: 12px;
}

.carousel-image {
    border: 0;
    display: block;
}

.carousel-feature {
    position: absolute;
    top: -1000px;
    left: -1000px;
    cursor: pointer;
    overflow: unset !important;
}

    .carousel-feature .carousel-caption {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* left: -60px; */
        margin-top: 40px;
        font-size: 21px;
        letter-spacing: 0.5px;
        line-height: 30px;
        font-size: 20px;
    }

.tracker-summation-container {
    position: absolute;
    color: white;
    right: 48px;
    top: 230px;
    padding: 3px;
    margin: 3px;
    background-color: #000;
}

.tracker-individual-container {
    position: absolute;
    color: white;
    right: 48px;
    top: 210px;
    padding: 0;
    margin: 0;
}

    .tracker-individual-container li {
        list-style: none;
    }

    .tracker-individual-container .tracker-individual-blip {
        margin: 0 3px;
        padding: 0 3px;
        color: white;
        text-align: center;
        background-color: #DDD;
    }

    .tracker-individual-container .tracker-individual-blip-selected {
        color: white;
        font-weight: bold;
        background-color: #000;
    }

#carousel-left {
    position: absolute;
    top: 250px;
    left: 180px;
    cursor: pointer;
    background-image: url("/imagegen.ashx?image=/media/ArrowLeft.png");
    width: 12px;
    height: 20px;
    z-index: 10;
}

#carousel-right {
    position: absolute;
    top: 250px;
    right: 180px;
    cursor: pointer;
    background-image: url("/imagegen.ashx?image=/media/ArrowRight.png");
    width: 12px;
    height: 20px;
    z-index: 10;
}

@media only screen and (max-width: 768px) {
    .carousel-container {
        width: 320px;
        margin-top: 0px;
        overflow: hidden;
    }
    .otherCarousel {
        <!--margin-left: 110px;-->
    }

    #carousel {
        height: 350px;
        left: 50%;
    }
    #carousel2 {
        left: 50%;
        position: relative;
    }

    #carousel-left {
        top: 100px;
        left: 15px;
    }

    #carousel-right {
        top: 100px;
        right: 15px;
    }

    .carousel-feature {
        overflow: visible !important;
    }

        .carousel-feature .carousel-caption {
            font-size: 14px;
            line-height: 23px;
            margin-top: 10px;
            width: 100%;
            left: 0%;
        }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
