
.img-responsive {
    display: block;
    /*min-width: 100%;*/
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 400px;
    border-radius: 50%;
    object-fit: cover;
}

.rotateframe {
    padding-bottom: 50px;
    /*margin: 25px 0;*/
}

#rotatescroll {
    position: relative;
    border: 3px solid #ffffff;
    border-radius: 50%;
    list-style: none;
    overflow: hidden;
    width: 100%;
    max-height: 550px;
    max-width: 550px;
    background-color: #f5f5f5;
    padding-left: 78px;
    padding-top: 78px;
    padding-right: 78px;
    user-select: none;
    padding-bottom: 78px;
    border-radius: 50%;
}

.viewport {
    width: 100%;        /* Make viewport responsive */
    height: 100%;
    max-height: 400px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    max-width: 400px;
    border: 3px solid #40bf9700;
    background-color: #ffffff;
    /*background-image: url(/assets/images/dark-bg-2.jpg);*/
    border-radius: 50%;
    z-index: 200;
}

#rotatescroll .overview {
    /* position: absolute; */

    position: relative;
    width: 878px;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}

#rotatescroll .overview li {
    max-height: 600px;
    max-width: 600px;
    float: left;
    position: relative;
    border-radius: 50%;
}

.thumb {
    background: #ffffff;
    border: 2px solid #ed1c24;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    cursor: pointer;
    left: 191px;
    width: 24px;
    z-index: 200;
    height: 24px;
}

.dot {
    left: inherit !important;
    top: 0 !important;
    z-index: 100;
    text-align: center;
    overflow: hidden;
    position: absolute;
    /* top: 0; */

    right: 0;
    width: 50%;
    height: 50%;
    transform-origin: 0% 100%;
    /*opacity: 0.5;*/
    transition: opacity 0.3s ease;
    border-left: 10px #ED1C2400;
}

/*.dot.active {*/
/*    opacity: 1;*/
/*}*/

.dot:after {
    content: '';
    border-left: 5px solid #40bf9700;
    display: table-cell;
    height: 137px;
    left: 0;
    position: relative;
    background-color: #FFFFFF;
}

#info-container .text {
    padding-top: 16px;
}

.flip.text span {
    top: 5px;
}

.active .flip.text span {
    top: 19px !important;
}

.active h1 div.text {
    /*background-color: #26d9a0;*/
    color: #fff;
    padding: 15px;
    height: 8px !important;
}
h1 div.text {
    padding-top: 15px!important;
}

.active .curve {
    position: relative;
    top: -13px;
    width: 195px;
    height: 27px;
    /*border: solid 18px #40bf97;*/
    border-color: #40bf97 transparent transparent transparent;
    padding: 0;
    border-radius: 50%/64px 64px 0 0;
    margin: 0 auto;
}

.active .flip-curve.curve {
    top: -15px !important;
}

/*h1 span {*/
/*    line-height: 0.65;*/
/*    white-space: pre;*/
/*    overflow: visible;*/
/*    padding: 0px;*/
/*}*/

.flip {
    transform: rotate(180deg)
}

.dot h1 {
    position: absolute;
    left: -100%;
    width: 200%;
    height: 200%;
    text-align: center;
    transform: skewY(45deg) rotate(0deg);
    font-family: Corbel, "Segoe Ui", "Trebuchet Ms", sans-serif;
    font-weight: bold;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 0;
    cursor: pointer;
}

.dot:first-child {
    background-image: url('/assets/images/slides/slider1-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*transform: rotate(0deg) skewY(-45deg);*/
    transform: rotate(0deg) skewY(0deg) scaleY(1.155);
}

.dot:nth-child(2) {
    background-image: url('/assets/images/slides/slider2_3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*transform: rotate(45deg) skewY(-45deg);*/
    transform: rotate(45deg) skewY(345deg);
}


.dot:nth-child(3) {
    background-image: url('/assets/images/slides/slide3_3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg) skewY(0deg);
}

.dot:nth-child(4) {
    background-image: url('/assets/images/slides/slider2_4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(135deg) skewY(0deg);
}

.dot:nth-child(5) {
    background-image: url('/assets/images/slides/slide5_3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg) skewY(0deg);
}

.dot:nth-child(6) {
    background-image: url('/assets/images/slides/slider6_1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(225deg) skewY(350deg);
}

.dot:nth-child(7) {
    background-image: url('/assets/images/slides/slider07.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(270deg) skewY(0deg);
}

.dot:nth-child(8) {
    background-image: url('/assets/images/slides/slide8_10.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(315deg) skewY(315deg);
}

.info-container.slide-info {
    color: black!important;
}

@media (max-width: 1023px) {
    .rotateframe {
        display: none;
    }
}