.section-content {
    background-image: none;
}

.slider-container h1 {
    font-family: 'TexgyreadventorBoldItalic', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #fff;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .slider-container h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

.slider-container .carousel-item {
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(transparent, #231F20); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, #231F20); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, #231F20); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, #231F20); /* Standard syntax */
}

.information-container {
    padding: 1rem 0;
}

.information-container .thumbnail-information {
    position: relative;
    margin: 0.3rem 0;
}

.information-container .thumbnail-information h3 {
    display: block;
    background: transparent;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(transparent, #231F20);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, #231F20);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, #231F20);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, #231F20);
    /* Standard syntax */
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 4px;
    font-family: 'TexgyreadventorBoldItalic', Arial, Helvetica, sans-serif;
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -ms-transition: all 1s ease;
    /* IE 9 */
    -o-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
    margin: 0px;
}

.information-container .thumbnail-information a:hover h3 {
    padding-right: 25px;
}

.other-information-container {
    background-color: #F2F2F2;
    padding: 1rem;
}

.other-information-container a {
    color:inherit;
}
.other-information-container h2 {
    text-align: center;
}

@media (min-width: 768px) {
    .other-information-container h2 {
        text-align: left;
    }
}

.other-information-container .thumbnail-other-information {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 14.7rem;
    position: relative;
}

.other-information-container .thumbnail-other-information h4 {
    font-size: 1rem;
    padding: 5px;
    background: orange;
    margin: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color:#000;
}
