#slider-main{
/*    max-height: 100%;
    max-width: 100%;
    height: 960px;
    width: 1280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
*/
}

#slider{
    max-height: 100%;
    max-width: 100%;
    height: 960px;
    width: 1280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.img-slide{
    width: 100%;
   /* height: 100vh;*/
    z-index: 5;
    overflow-y: hidden;
}
#next, #prev{
z-index: 10;
color: #008799;
position: absolute;
position: absolute;
background: transparent;
border: none;
font-size: 60px !important;
margin-top: 30vh;
}

#next{
    /*margin-left: 94.9%;*/
    margin-left: 93.9%;
}
/*#prev{
    z-index: 10;
    color: #008799;
    position: absolute;
    background: transparent;
    border: none;
    margin-top: 30vh;
    margin-left: 3%;
    font-size: 60px !important;
}
#next{
    color: #008799;
    position: absolute;
    z-index: 100;
    background: transparent;
    border: none;
    margin-top: -36vh;
    margin-left: 93.5%;
    font-size: 60px !important;
}*/

#image-slider-container {
/*    max-height: 100%;
    max-width: 100%;
    height: 960px;
    width: 1280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    overflow: hidden;*/
}

#image-slider-container img {
    width: auto;
    height : auto;
    max-height: 100%;
    max-width: 100%;
}



.circle{
    border: #008799 3px solid;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
}
#circles{
    margin-top: -5vh;
    margin-left: 40%;
    position: absolute;
    z-index: 9000;
}

img.img-slide {
   position: absolute;
   opacity: 0;
}

.image-animated.active{
    animation: animateImage 1s ease-in-out; /* change time according to interval set */
}

@media (max-width: 767px) {
    .img-slide{
        height: 40vh;
    }
    #prev{
        font-size: 30px !important;
        margin-top: 12vh;
        margin-left: 0.5%;
    }
    #next{
        font-size: 30px !important;
        margin-top: -28vh;
        margin-left: 88%;
    }
    .circle{
        width: 15px;
        height: 15px;
        border-radius: 15px;
    }
    #circles{
        margin-top: -10vh;
        margin-left: 36%;
    }
}
