/* */

.carousel-container{
    display:none !important;
}
/* */
.carousel-content {
    position: absolute; /* Position the background text */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.25); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 20px; /* Some padding */
    text-align: center; /* Center the text location */
    font-size: 50px; /* */
}

.carousel-slide1{
    bottom: 35%; /* At the bottom. Use top:0 to append it to the top */
}

.carousel-slide2{
    bottom: 40%; /* At the bottom. Use top:0 to append it to the top */
}

.carousel-slide3{
    bottom: 75%; /* At the bottom. Use top:0 to append it to the top */
}

.carousel-slide4{
    bottom: 30%; /* At the bottom. Use top:0 to append it to the top */
}

.carousel-slide5{
    bottom: 10%; /* At the bottom. Use top:0 to append it to the top */
}

.carousel-slide6{
    bottom: 30%; /* At the bottom. Use top:0 to append it to the top */
}