.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    background: rgba(0, 0, 0, 1);
}

.carousel-control.right {
    right: 10px;
}

.carousel-control.left {
    right: 40px;
}

.carousel-control {
    position: absolute;
    top: auto;
    bottom: 8px;
    left: auto;
    width: 26px;
    font-size: auto;
    color: black;
    text-align: center;
    opacity: 1;
    text-shadow: none;
    padding: 4px 0;
    background: black;
}

.carousel-control .fa {
    color: black;
}

.carousel-control:hover {
    color: #000;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #16a085;
    border-radius: 50%;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #16a085;
}
.carousel-inner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.item .thumbnail {
    margin-bottom: 0;
}

.main {
    background-color: white;
    width: 100%;
    box-shadow: 0px 0px 5px 0 rgba(105, 105, 105, 0.5);
    margin-bottom: -50px;
}