.cq-profilecardv2 {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.cq-profilecardv2-container {
  position: relative;
  padding: 0;
  margin: 0;
}


.cq-profilecardv2 .vc_btn3-container{
  position: relative;
  float: left;
  clear: left;
  margin: 0 0 12px 24px;
  max-width: 160px;
}

.cq-profilecardv2-content {
  position: relative;
  transition: 0.24s all;
  transform: perspective(0) rotateY(0) translateX(0) scale(1, 1);
  margin: 0 auto;
  overflow: hidden;
  filter: blur(0);
  background: #fff;
  cursor: pointer;
}
.cq-profilecardv2-shape-rounded .cq-profilecardv2-content {
  border-radius: 8px;
}
.cq-profilecardv2-shape-round .cq-profilecardv2-content {
  border-radius: 4px;
}
.cq-profilecardv2-shape-square .cq-profilecardv2-content {
  border-radius: 0px;
}
.cq-profilecardv2-transition1 .cq-profilecardv2-content-toggled {
  filter: blur(2px);
  transform: perspective(600px) rotateY(60deg) translateX(-60px) scale(0.7, 0.7);
}
.cq-profilecardv2-transition2 .cq-profilecardv2-content-toggled {
  filter: blur(2px);
  transform: perspective(600px) rotateY(-60deg) translateX(60px) scale(0.7, 0.7);
}
.cq-profilecardv2-panel {
  position: absolute;
  z-index: -1;
  top: 50%;
  transition: 0.24s all;
}
.cq-profilecardv2-transition1 .cq-profilecardv2-panel{
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: calc(50% + 20px);
}
.cq-profilecardv2-transition2 .cq-profilecardv2-panel{
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.cq-profilecardv2-transition1 .cq-profilecardv2-panel-toggled {
  z-index: 1;
  margin-left: 60px;
  transition: 0.3s all;
}
.cq-profilecardv2-transition2 .cq-profilecardv2-panel-toggled {
  z-index: 1;
  margin-left: 60px;
  transition: 0.3s all;
}
.cq-profilecardv2-image {
  width: 100%;
  height: 240px;
  background-position: center center;
  background-size: cover;
}
.cq-profilecardv2-name {
  padding: 18px 0 18px 0;
  text-align: center;
}
.cq-profilecardv2-name .cq-profilecardv2-title{
  margin: 0;
  padding: 0;
  font-size: 1.4em;
}
.cq-profilecardv2 .cq-profilecardv2-description{
  width: 100%;
  margin: 0 0 18px 0;
  padding: 0px 20px;
}
