.view-content{
 display: flex;
 margin-bottom: 200px;
}

.views-row{
	position: relative;
	top: 0;
	left: 0;
    margin: 20px;
    width: 250%;
}

.colorbox-custom-image .first-img {
	position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}

.colorbox-custom-image img{
	position: absolute;
    top: 39px;
    left: 12px;
    border: 1px solid white;
    box-shadow: 5px 7px 8px 0px rgba(0,0,0,.5);
    transition: all 0.3s ease-out;
}

.colorbox-custom-image img.first-img {
  //z-index: 999;
}
.colorbox-custom-image img.second-img {
  left: -12px;
  transform: rotate3d(0,0,1,3deg);
}
.colorbox-custom-image img.third-img {
  transform: rotate3d(0,0,1,-3deg);
}
.colorbox-custom-image img:nth-child(4) {
  transform: rotate3d(0,0,1,2deg);
}