@media only screen and (max-width: 800px) { 
.element-section.has-bg-slideshow {
    background: #000;
    height: 500px;
}

.tb-jumbotron p {
    font-size: 24px;
    font-weight: bolder !important;
}
 .carousel-indicators li.active {
    display: none;
}}