.vc-pns-button.vc-pns-responsive-left {
    text-align: left
}

.vc-pns-button.vc-pns-responsive-center {
    text-align: center
}

.vc-pns-button.vc-pns-responsive-right {
    text-align: right
}

.vc-pns-button > a.vc-pns-responsive-left {
    text-align: left
}

.vc-pns-button > a.vc-pns-responsive-center {
    text-align: center
}

.vc-pns-button > a.vc-pns-responsive-right {
    text-align: right
}

.vc-pns-button {
    overflow: hidden;
    box-sizing: border-box;
}

.vc-pns-button > a {
    display: inline-block;
    box-sizing: border-box;
}

.vc-pns-button.image .text-wrapper {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: block;
}

.vc-pns-button.full-width > a {
    width: 100%;
}

.vc-pns-button-title {
    display: inline-block;
}

.subtitled .vc-pns-button-title,
.subtitled .vc-pns-button-subtitle1,
.subtitled .vc-pns-button-subtitle2 {
    display: block;
}

.vc-pns-button > a {

}

@media (min-width: 768px) {
    .vc-pns-button.vc-pns-left {
        text-align: left
    }

    .vc-pns-button.vc-pns-center {
        text-align: center
    }

    .vc-pns-button.vc-pns-right {
        text-align: right
    }

    .vc-pns-button > a.vc-pns-left {
        text-align: left
    }

    .vc-pns-button > a.vc-pns-center {
        text-align: center
    }

    .vc-pns-button > a.vc-pns-right {
        text-align: right
    }
}
