.stm_prevnext_wr_style_2 {
    position: relative;
    height: 120px;
}

.stm_prevnext_wr_style_2 .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}

.stm_prevnext_wr_style_2 .stm_prevnext__post {
    position: absolute !important;
    top: 0;
}

.stm_prevnext_wr_style_2 .stm_prevnext__post_prev .stmicon-portfolio_prev {
    left: 0;
    margin-left: 0 !important;
}

.stm_prevnext_wr_style_2 .stm_prevnext__post_next {
    right: 0;
}

.stm_prevnext_wr_style_2 .stm_prevnext__post_next .stmicon-portfolio_next {
    left: auto;
    right: 0;
    margin-left: 0;
}

.stm_prevnext_wr_style_2 .stm_prevnext__content {
    display: none !important;
}

.stm_prevnext_wr_style_2 .stm_prevnext__image {
    background-color: transparent !important;
    position: relative;
    width: 120px;
    height: 120px;
    margin: -1px;
    z-index: 10;
}

.stm_prevnext_wr_style_2 .stm_prevnext__image:after,
.stm_prevnext_wr_style_2 .stm_prevnext__image img {
    display: none !important;
}

.stm_prevnext_wr_style_2 .stm_prevnext__image i {
    color: #000 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -17px;
    font-size: 23px;
    transition: 0.3s ease;
    z-index: 10;
}

.stm_prevnext_wr_style_2 .stm_projects_prevnext__main {
    display: block;
    position: relative;
    top: 45px;
    width: 30px;
    height: 30px;
    margin: 0 auto 0;
    background-color: #000;
}

.stm_prevnext_wr_style_2 .stm_projects_prevnext__main:before, .stm_prevnext_wr_style_2 .stm_projects_prevnext__main:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #fff;
    width: 30px;
    height: 6px;
    transition: all 0.3s ease;
}

.stm_prevnext_wr_style_2 .stm_projects_prevnext__main:after {
    top: 18px;
}

.stm_prevnext_wr_style_2 .stm_projects_prevnext__main span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.stm_prevnext_wr_style_2 .stm_projects_prevnext__main span:before, .stm_prevnext_wr_style_2 .stm_projects_prevnext__main span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    background-color: #fff;
    width: 6px;
    height: 30px;
    transition: all 0.3s ease;
}

.stm_prevnext_wr_style_2 .stm_projects_prevnext__main span:after {
    left: 18px;
}