 .people{
     /*width: 90vmin;*/
     /*height: 55vmin;*/
     display: flex;
     box-shadow: 0 30px 40px -15px rgba(0,0,0,0.35);
     background-color: #fff;
}
 .people__img{
     background-position: center;
	 /*width: 100%;*/
     /*width: 50%;
     height: 100%;*/
     background-size: cover;
     background-repeat: no-repeat;
	 position: relative;
}

.people__img figcaption{
	position: absolute;
	bottom: 2%;
	left: 5%
}
 .people__img_small{
     background-position: center;
     height: 50%;
     /*width: 25%;
     height: 50%;*/
     background-size: cover;
     background-repeat: no-repeat;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

 .hide {
     display:none;
}
.p-shadow{
	background-color:rgba(0,0,0,0.3);
}

#img1{
	background-image: url("../assets/img/people/1.jpg?dpr=1&auto=format&fit=crop&w=1500&h=2109&q=80&cs=tinysrgb&crop=");
}
#img2{
	 background-image: url("../assets/img/people/2.jpg?dpr=1&auto=format&fit=crop&w=1500&h=2109&q=80&cs=tinysrgb&crop=");
}
#img3{
	 background-image: url("../assets/img/people/3.jpg?dpr=1&auto=format&fit=crop&w=1500&h=2109&q=80&cs=tinysrgb&crop=");
}
#img4{
	background-image: url("../assets/img/people/4.jpg?dpr=1&auto=format&fit=crop&w=1500&h=2109&q=80&cs=tinysrgb&crop=");
}
#img5{
	 background-image: url("../assets/img/people/5.jpg?dpr=1&auto=format&fit=crop&w=1500&h=2109&q=80&cs=tinysrgb&crop=");
}
#img6{
	 background-image: url("../assets/img/people/6.jpg?dpr=1&auto=format&fit=crop&w=1500&h=2109&q=80&cs=tinysrgb&crop=");
}
#img7{
	background-image: url("../assets/img/people/7.jpg?dpr=1&auto=format&fit=crop&w=1500&h=2109&q=80&cs=tinysrgb&crop=");
}
#img8{
	 background-image: url("../assets/img/people/8.jpg?dpr=1&auto=format&fit=crop&w=1500&h=2109&q=80&cs=tinysrgb&crop=");
}
#img9{
	 background-image: url("../assets/img/people/9.jpg?dpr=1&auto=format&fit=crop&w=1500&h=2109&q=80&cs=tinysrgb&crop=");
}

 .people__content{
	 color: #fff;
}
.people__content-paragraph{
     /*font-size: 1.6vmin;
     line-height: 1.7;
     font-weight: 300;*/
     margin-bottom: 2.5vmin;
}
.people__content-name{
     /*font-size: 1.6vmin;
     line-height: 1.7;
     font-weight: 300;*/
	 font-weight: 700;
	 font-size: 1.6em;
	 color: #fff;
     margin-bottom: 0;
}
.people__content-title{
	 font-size: 1.6emn;
     color: #fff;
}
.col-full{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.col-bot{
	margin-top: auto;
}

