.cc-html {
    position: absolute;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 10;
    padding-top: unset;
    padding-bottom: unset;
    color: #fff;
}
/* Declare heights because of positioning of img element */
.carousel-item {
    height: 80vh;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    /*height: 70vh;*/
}
.head-doswiadczenie {
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 15px;
    padding: 9px 30px 10px 60px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-align: right;
    font-weight: 700;
    font-size: 1.1rem;
}


@media (min-width: 40em) {

    .carousel-caption {
        top: 15vh;
        z-index: 10;
    }

}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}