.carousel-inner > .item {
    width: 100%;
}
.boxtestoslide {
    display: table;
    width: 100%;
}
.slide-image {
    display: table-cell;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 57.5%;
    padding-top: 41.667%;
}
.txt {
    display: table-cell;
    vertical-align: top;
    width: 42.5%;
    text-align: center;
    padding: 130px 48px 86px;
}
.txt * {
    text-align: center;
}
.testoslide {
    margin: 0;
    letter-spacing: 1px;
}
.titoloslide {
    margin: 148px 0 52px 0;
    letter-spacing: 0.5px;
}
.btn-box-img {
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 22px;
    font-weight: 400;
    width: auto;
    height: auto;
    max-width: 100%;
    line-height: 26px;
    padding: 10px 40px;
    letter-spacing: 1px;
    margin: 0 0 196px 0;
    border: 1px solid #000000;
}
.btn-box-img:hover, .btn-box-img:focus {
    color: #fff;
    font-size: 22px;
}
.arrow-left, .arrow-right {
    width: 44px;
    height: 66px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
}
.arrow-left {
    left: 30px;
    background: url('/modules/sliderfull/img/arrow-left-sliderfull.png') no-repeat center / contain;
}
.arrow-right {
    left: auto;
    right: 30px;
    background: url('/modules/sliderfull/img/arrow-right-sliderfull.png') no-repeat center / contain;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .txt {
        padding: 70px 24px 48px;
    }
    .titoloslide {
        margin: 56px 0 32px 0;
    }
    .btn-box-img {
        margin: 0 0 56px 0;
        font-size: 18px;
        line-height: 22px;
        padding: 10px 20px;
    }
    .btn-box-img:focus, .btn-box-img:hover {
        font-size: 18px;
    }
}

@media all and (max-width: 991px) {
    .boxtestoslide {
        display: flex;
        flex-direction: column-reverse;
    }
    .slide-image {
        display: inline-block;
        width: 100%;
        padding-top: 71.667%;
    }
    .txt {
        display: inline-block;
        width: 100%;
        padding: 16px;
    }
    .titoloslide {
        margin: 16px 0;
    }
    .btn-box-img {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
        padding: 8px 20px;
    }
    .btn-box-img:hover, .btn-box-img:focus {
        font-size: 16px;
    }
    .arrow-left {
        left: 0;
    }
    .arrow-right {
        right: 0;
    }
}

@media all and (max-width: 767px) {
    .arrow-left, .arrow-right {
        width: 33px;
        height: 55px;
        margin-top: -27.5px;
    }
}