﻿
.carrousel-container {
    border-radius: 5px 5px;
    height: auto;
    min-height: 200px;
}

.carousel-caption {
    color: #fff;
    text-align: center;
}

.carrousel-container img {
    border-radius: 5px 5px;
    max-width: 100%;
}
img.cover {
    width: 100%;
    object-fit: cover;
    height: 200px !important;
}


.carousel-caption a, 
.carousel-caption a:visited, 
.carousel-caption a:hover {
    text-decoration: none;
    color: #ED2939;
}

.btn-white {
    background-color: #fff;
    font-weight: 500;
}

.carousel-control.left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.carousel-control.right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}





