﻿.bootstrap-carousel {
    margin: 0;
    padding: 0;
    &__control

{
    background-image: none !important;
    filter: none !important;
    padding: 0;
    margin: 0;
    width: 50px;
}

&__image {
    width: 100%;
    height: auto;
    display: block;
}

&__slide-container {
    position: relative;
}

&__caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 10px;
}
}
