/*** Slider ***/
.tse-slider__inner {
    background-color: transparent !important;
}
.tse-slider figure {
    position: relative;
    display: flex;
    align-items: end;
    width: 100%;
}
.tse-slider figure:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000005e;
    z-index: 0;
}
.tse-slider .tse-slider__content {
    color: #FFF;
    padding: 60px;
    max-width: 60%;
    z-index: 1;
    position: relative;
}
.tse-slider .tse-slider__title {
    color: #FFF;
    font-size: 84px;
    font-weight: 300;
}
@media (max-width:576px) {
    .tse-slider .tse-slider__content {
        padding: 50px;
        max-width: 100%;
    }
    .tse-slider .tse-slider__title {
        font-size: 54px;
    }
}
