.carousel, .c-img-active {
    width: 100%;
    height: 98vh;
    position: relative;

}

.c-img-active {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    border-radius: 5px 0 0 5px;
}

.carousel {
    margin-bottom: 10px;
}