

/* Start:/local/templates/exci-21/styles.css?1675870628724*/
.btn-mobile.btn-mobile {
    display: none;
}

@media (max-width: 576px) {
    .btn-mobile.btn-mobile {
        display: inline-block;
    }

    .slide-item__desc.slide-item__desc {
        display: none;
    }

    .slide-item__desc.show {
        display: block;
    }

    .slider-main .slide-item:after {
        background: rgba(0,0,0,0.3)!important;
    }

    .slide-item .description {
        padding-bottom: 60px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
        justify-content: flex-end;
    }

    .description-outer-h {
        height: 100%;
    }

    .description-row {
        height: 100%;
    }
}

/* End */
/* /local/templates/exci-21/styles.css?1675870628724 */
