.prev-text {
    position: absolute !important;
    top: -75px;
    bottom: 0;
    display: -webkit-box !important;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    float: left;
    z-index: 98;
}
.next-text {
    position: absolute !important;
    top: -75px;
    bottom: 0;
    display: -webkit-flex !important;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    right: 0;
    z-index: 97;
}