.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
    padding-bottom: 0px !important;
}
    /* Previous button  */
    .media-carousel .carousel-control.left {
        /* left: -12px;
    background-image: none;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;*/
        height: 40px;
        background: none !important;
        width: 40px;
        margin-top: 8em;
        color: black;
    }
    /* Next button  */
    .media-carousel .carousel-control.right {
        /*right: -12px !important;
    background-image: none;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;*/
        height: 40px;
        background: none !important;
        width: 40px;
        margin-top: 8em;
        color: black;
    }
    /* Changes the position of the indicators */
    .media-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the colour of the indicators */
        .media-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        .media-carousel .carousel-indicators .active {
            background: #333333;
        }

    .media-carousel img {
        width: 350px;
        height: 200px
    }

.thumbnail {
    padding: 0px !important;
    background-color: none !important;
    border: 0px !important;
    min-height: 25em !important;
    max-height: 25em !important;
    margin-bottom: 5px !important;
}

.crousal_control {
    width: 20px !important;
    height: 30px !important;
}

.crousal_sections {
    min-height: 30em !important;
    max-height: 30em !important;
}

.sections_longterm {
    min-height: 25em !important;
    max-height: 25em !important;
    padding: 0px !important;
    padding-right: 1em !important;
    margin-top: 1em !important;
}

.thumbnail_img {
    flex-shrink: 0 !important;
    min-width: 100% !important;
    min-height: 100% !important;
    height: 25em !important;
}

.crousal-images-text {
    margin: 0px;
}

.down-arrow {
    display: none;
}
