#meet-the-team .parallax {
	position: relative;
	height: calc(100vh - 129px);
}

#meet-the-team .parallax > .bg-photo-cntr {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#meet-the-team .parallax > .bg-photo-cntr > .background {
	width: 100%;
	height: 100%;
	background-size: auto;
}

#meet-the-team .parallax > .bg-photo-cntr > #gm-photo {
	position: absolute;
	right: 18%;
	bottom: -10px;
	max-width: 100%;
	max-height: 100%;
}

#meet-the-team .parallax > .quote-cntr {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#meet-the-team .parallax > .quote-cntr > .quote-box {
	width: 34%;
	height: 100%;
	background: rgb(255 255 255 / 90%);
	padding: 3rem;
	overflow: auto;
}

#meet-the-team .parallax > .quote-cntr > .quote-box > .quote-content {
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

#meet-the-team .parallax > .quote-cntr > .quote-box > .quote-content > .quote {
	max-height: 35rem;
	padding-right: 1rem;
	font-style: italic;
	overflow: auto;
}

#meet-the-team .parallax > .quote-cntr > .quote-box > .quote-content > .name {
	font-family: 'Nanum Pen Script', sans-serif;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 2rem;
	margin-top: 2rem;
	margin-bottom: 0.4rem;
}

#meet-the-team .parallax > .quote-cntr > .quote-box > .quote-content > .job-title {
	font-size: 1rem;
	font-weight: 600;
	color: #00C8C3;
}


#meet-the-team .employee-cntr {
    position: relative;
    width: 100%;
    text-align: center;
	margin-bottom: 2rem;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}

#meet-the-team .employee-cntr > .photo-cntr {
    position: relative;
	width: 100%;
	height: 0;
	padding-top: 125%;
    background: #FFF;
    border: 1px solid #EBF3FF;
	overflow: hidden;
}
#meet-the-team .employee-cntr.trustee > .photo-cntr {
	border: 0;
	border-bottom: 1px solid #EBF3FF;
}

#meet-the-team .employee-cntr > .photo-cntr > .background {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	transition: all 0.4s ease;
}

#meet-the-team .employee-cntr:hover > .photo-cntr > .background {
	transform: scale(110%);
}

#meet-the-team .employee-cntr > .photo-cntr > .story-cntr {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0%;
    background: rgb(24 37 52 / 80%);
	font-size: 0.9rem;
	color: #FFF;
	text-align: left;
	overflow: hidden;
	transition: all 0.8s ease;
}

#meet-the-team .employee-cntr:hover > .photo-cntr > .story-cntr {
	height: 100%;
}

#meet-the-team .employee-cntr > .photo-cntr > .story-cntr > .story {
	padding: 1.5rem;
	font-size: 0.8rem;
}

#meet-the-team .employee-cntr > .photo-cntr i {
    font-size: 10rem;
    color: #EEE;
}

#meet-the-team .employee-cntr > .name {
	height: 3.4rem;
    background: #FFF;
    font-family: 'Nanum Pen Script', cursive;
    font-size: 2.2rem;
    font-weight: 600;
	line-height: 3.4rem;
	color: #182534;
    padding: 0 1rem;
    border: 1px solid #EBF3FF;
    border-top: 0;
    border-bottom: 0;
}

#meet-the-team .employee-cntr > .name > div {
	transition: all 0.2s ease;
}

#meet-the-team .employee-cntr:hover > .name > div {
	font-size: 2.5rem;
}

#meet-the-team .employee-cntr > .job-title {
    background: #00BFBA;
    padding: 0.3rem;
    color: #FFF;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}


@media only screen and (max-width: 1400px) {
	#meet-the-team .parallax > .bg-photo-cntr > #gm-photo {
		right: 0%;
	}
}

@media only screen and (max-width: 992px) {
	#meet-the-team .parallax {
		height: auto;
	}
	
	#meet-the-team .parallax > .bg-photo-cntr {
		height: 30rem;
	}
	
	#meet-the-team .parallax > .bg-photo-cntr > #chairman-photo {
		left: 0;
		right: 0;
		width: 100%;
	}
	#meet-the-team .parallax > .bg-photo-cntr > #gm-photo {
		top: 10px;
		left: 50%;
		right: 0;
		bottom: unset;
		transform: translateX(-50%);
	}

	#meet-the-team .parallax > .quote-cntr {
		position: relative;
	}
	
	#meet-the-team .parallax > .quote-cntr > .quote-box {
		width: 100%;
		background: #FFF;
		color: unset;
		border-bottom: 1px dotted #EAEAEA;
	}
	
	#meet-the-team .parallax > .quote-cntr > .quote-box.float-right {
		float: none;
	}
	
	#meet-the-team .parallax > .quote-cntr > .quote-box > .quote-content {
		top: unset;
		transform: unset;
	}
	
	#meet-the-team .parallax > .quote-cntr > .quote-box > .quote-content > .quote {
		max-height: unset;
		padding-right: unset;
	}
	
	#meet-the-team .parallax > .quote-cntr > .quote-box > .quote-content > .name {
		margin-top: 1.5rem;
	}
}