.arrow-right,
.arrow-left {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.fa.fa-angle-left.fa-2x {
    margin: 0 0 0 -56px;
    font-size: 42px;
    background-color: #ff7f27;
    width: 41px;
    border-radius: 20px;
    height: 41px;
    color: #fff;
}

.fa.fa-angle-right.fa-2x {
    margin: 0 -40px 0 -46px;
    font-size: 42px;
    background-color: #ff7f27;
    width: 41px;
    border-radius: 20px;
    height: 41px;
    color: #fff;
}