.width-auto {
    width: auto;
}

.text-lg {
    font-size: 5rem;
}

.carousel-indicators li {
    border: none;
    background: #ccc;
}

.carousel-indicators li.active {
    background: #ff0000;
}