.vc-heads__item {
	position: relative;
    overflow: hidden;
}

.vc-heads__item img {
	position: absolute;
    height: 260px;
    top: 0px;
    right: -90px;
    overflow: hidden;
    z-index: 1;
    opacity: .7;
}

.vc-heads__item-title {
	z-index: 2;
}

.vc-heads__item-info {
	z-index: 2;
}