#recentNews{
    width: 100%;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
    max-height: 280px;
    min-height: 300px;
    border-radius: 10px;
}
.carousel-caption {
    background-color: rgba(47, 47, 47, 0.50);
}
#containerNews {
    /* background-color: lightgray; */
    /* margin: 0;
    position: relative;
    width: auto;
    height: 30%; */
}