
.carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 100vw;
    height: 100vh;*/
}

.carousel {
    position: relative;
    overflow: hidden;
    width: 1100px;
}

.roll {
    position: relative;
    white-space: nowrap;
    font-size: 0;
    left: 0px;
}

.slides {
    width: 32.33%;
    height: 260px;
    background-color: #FFF;
    text-align: center;
    margin: 0 15px 15px 0;
    display: inline-block;
    font-size: 18px;
    position: relative;
}

.slides img {
    margin-top: 10px;
    width: 280px;
    height: 200px;
}

.slides p {
    margin: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    text-align: left;
    white-space: normal;
    text-align: center;
}

.sections {
    text-align: center;
    color: #7A2645;
    font-size: 12px;
}

.sections i {
    margin: 0 10px;
    cursor: pointer;
}

.navigation {
    position: absolute;
    border: none;
    padding: 0;
    background-color: rgba(35,35,35,0.8);
    height: 34px;
    width: 34px;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    top: 176px;
    z-index: 10;
    display: none;
}

.navigation:visited { text-decoration: none; }

.navigation-hover {
    height: 50px;
    width: 50px;
    top: 168px;
}

.navigation:active { text-decoration: none; }

.navigation:focus { outline: none; }

.navigation:first-of-type { left: 0px; }

.navigation:last-of-type { right: 10px; }

.slides .image-hide {
    display: block;
    width: 0;
    height: 0;
}
.slider-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.sliter_title {
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 5px 0;
}
.slides .sler-text {
    font-size: 14px;
    color: #333;
    margin: 0;
}
.inner-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    border-top: 1px solid #FFF;
    padding: 0px 0 10px 0;
}
@media screen and (max-width: 950px) {

    .carousel {
	position: relative;
	overflow: hidden;
	width: 620px;
    }
}
@media screen and (max-width: 655px) {

    .carousel {
	position: relative;
	overflow: hidden;
	width: 310px;
    }
}
