.vcsp-main .btn2-hover figure.wpb_wrapper.vc_figure {
    position: relative
}

.vcsp-main .pos-abs {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(25, 35, 45, 0.5);
}

.vcsp-main .pos-abs .vcsi_btn {
    background: transparent;
    border: 2px solid #fff;
    display: inline-block;
    margin: 10px auto;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 10px 20px;
    min-width: 150px;
}

.vcsp-main .btn2-hover .pos-abs .vcsi_btn:hover {
    background: #fff;
    color: #000;
}

.vcsp-main .btn2-hover figure.wpb_wrapper.vc_figure:hover .pos-abs {
    visibility: visible;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    z-index: 99;
}

.vcsp-main .pos-abs-inner {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}

.vc_col-sm-1\/5 .vcsp-main .pos-abs-inner,
.vc_col-sm-2 .vcsp-main .pos-abs-inner {
    top: 25%;
}

.vc_col-sm-1\/5 .vcsp-main .pos-abs .vcsi_btn,
.vc_col-sm-2 .vcsp-main .pos-abs .vcsi_btn {
    border: 2px solid #fff;
    margin: 5px auto;
    font-size: 14px;
    padding: 2px 10px;
}

.vc_col-sm-3 .vcsp-main .pos-abs-inner,
.vc_col-sm-4 .vcsp-main .pos-abs-inner,
.vc_col-sm-5 .vcsp-main .pos-abs-inner {
    top: 30%;
}

.vc_col-sm-3 .vcsp-main .pos-abs .vcsi_btn {
    border: 2px solid #fff;
    padding: 5px 10px;
}

.vc_col-sm-6 .vcsp-main .pos-abs-inner {
    top: 38%;
}