@media screen and (min-width: 767px) {
    body .slider .item .wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        position:relative;
        height: 100%;
    }
}

body .slider .item { height: 100% }
body .slider .item .btn-container {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-end;
}


.slider .heading {
    width: 30%;
}