#carousel-480-tis {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    width: 90%;
    box-shadow: 5px 5px 20px 8px #626262;
}

/* .card .carousel-tis */
.carousel-tis {
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
    margin-top: 26px;
    margin-bottom: 30px;
}

.carousel-inner-tis {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open-tis:checked + .carousel-item-tis {
    position: static;
    opacity: 100;
}

.carousel-item-tis {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    color: #eee;
    background-color: var(--menu-left-color);
}

.carousel-item-tis img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel-item-info {
    display: inline-flex;
    flex-wrap: nowrap;
    margin-top: 6px;
    margin-bottom: 6px;
}

.carousel-item-number {
    font-size: 210%;
    padding: 0 10px;
    display: inline-flex;
    flex-wrap: nowrap;
    text-align: center;

    /* border-right: 3px solid #337733; */
    margin: auto;
    margin-right: 5px;
    align-items: baseline;
}

.total-slides {
    font-size: 55%;
    font-weight: 600;
}

.carousel-item-text {
    float: left;
    clear: none;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 6px;
    padding-left: 10px;
    border-left: 3px solid #eee;
    position: relative;
    z-index: 9;
}

@media (max-width: 550px) {
    .carousel-item-number {
        font-size: 100%;
        padding: 0 20px;
        text-align: center;

        /* border-right: 3px solid #337733; */
        margin: auto;
        margin-right: 5px;
    }

    .total-slides {
        font-size: 55%;
        font-weight: 600;
    }

    .carousel-item-text {
        font-size: 60%;
    }

    .car-cont-top-170px {
        top: 120px;
    }

    .carousel-break-text {
        font-size: 60%;
    }
}

.carousel-next-prev-arrow {
    position: absolute;
    margin-top: 100%;
    top: -105%;
    margin-left: 100%;
    left: -65%;
    color: cyan;
}

.zeroth-item-text {
    width: 85%;
    border-left: none;
    margin: auto;
    text-align: center;
}

.carousel-item-text ol {
    margin-top: 5px;
    margin-left: -20px;
}

.carousel-item-text ol li {
    margin-bottom: 8px;
    width: 330px;
}

.carousel-control {
    /* background-image: radial-gradient(rgba(40, 60, 180, 0.9), rgba(40,60,140, 0.6)); */
    background-image: radial-gradient(var(--menu-left-color) 50%, var(--menu-mid-color));
    border-radius: 50%;
    border: solid 2px;
    border-color: rgba(80, 160, 80, 0.2);

    /* color: rgba(80, 160, 80, 0.9); */
    color: rgba(255,255,255, 1);
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 75%;
    position: absolute;

    /* top: 50%;  - set by class below according to height of the image */
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 4;
}

.car-cont-top-170px {
    top: 178px;
}

.car-cont-top-190px {
    top: 190px;
}

.carousel-control.prev {
    left: 2%;
}

.carousel-control.next {
    right: 2%;
}

.carousel-control:hover {
    background: var(--menu-left-color);
    color: #60c0ff;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4,
#carousel-5:checked ~ .control-5,
#carousel-6:checked ~ .control-6,
#carousel-7:checked ~ .control-7,
#carousel-8:checked ~ .control-8,
#carousel-9:checked ~ .control-9,
#carousel-10:checked ~ .control-10,
#carousel-11:checked ~ .control-11,
#carousel-12:checked ~ .control-12,
#carousel-13:checked ~ .control-13,
#carousel-14:checked ~ .control-14,
#carousel-15:checked ~ .control-15,
#carousel-16:checked ~ .control-16,
#carousel-17:checked ~ .control-17,
#carousel-18:checked ~ .control-18,
#carousel-19:checked ~ .control-19,
#carousel-20:checked ~ .control-20,
#carousel-21:checked ~ .control-21,
#carousel-22:checked ~ .control-22,
#carousel-23:checked ~ .control-23,
#carousel-24:checked ~ .control-24,
#carousel-25:checked ~ .control-25,
#carousel-26:checked ~ .control-26,
#carousel-27:checked ~ .control-27,
#carousel-28:checked ~ .control-28,
#carousel-29:checked ~ .control-29,
#carousel-30:checked ~ .control-30,
#carousel-31:checked ~ .control-31,
#carousel-32:checked ~ .control-32,
#carousel-33:checked ~ .control-33,
#carousel-34:checked ~ .control-34,
#carousel-35:checked ~ .control-35,
#carousel-36:checked ~ .control-36,
#carousel-37:checked ~ .control-37,
#carousel-38:checked ~ .control-38,
#carousel-39:checked ~ .control-39,
#carousel-40:checked ~ .control-40,
#carousel-41:checked ~ .control-41,
#carousel-42:checked ~ .control-42,
#carousel-43:checked ~ .control-43 {
    display: block;
}

.carousel-break {
    width: 480px;
    height: 370px;
    box-sizing: border-box;
    font-size: 2em;
    border: 1px solid black;

    /* background-image: linear-gradient(#ff0000, #00ff00); */
}

.carousel-break .carousel-break-text {
    /* display: block;
    margin-top:auto;
    border: 1px solid black; */
    text-align: center;
    width: 78%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-break-text60pc {
    font-size: 60%;
}

/* NOT USING bullet indicators:
.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-bullet:hover {
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet,
#carousel-4:checked ~ .control-4 ~ .carousel-indicators li:nth-child(4) .carousel-bullet {
    color: #428bca;
} */
/* Not using #title: 
#title {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    z-index: 9999;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0); 
} */