.slide-section img {
    width: 100%;
}

.slide-section .carousel-control.left,
.slide-section .carousel-control.right {
    background: none;
}

.slide-section .carousel-control {
    width: 120px;
    padding-top: 15%;
    font-size: inherit;
    color: #fff;
    text-shadow: none;
    background: none;
    opacity: 1;
}

.slide-section .carousel-control i {
    background: rgba(13, 124, 171, 0.2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: white;
    font-size: 3em;
    text-align: center;
    padding-top: 6px;
}

.slide-section .carousel-indicators {
    bottom: auto;
    top: 10%;
    right: 5%;
    left: auto;
    margin-left: 0;
    text-align: center;
    width: auto;
}

.slide-section .carousel-indicators li {
    display: block;
    margin-top: 10px;
}


/*mobile*/

@media(max-width: 767px) and (min-width: 320px) {
    .slide-section .carousel-control.left,
    .slide-section .carousel-control.right {
        display: none;
    }
}
