.module {
	margin-bottom: 30px;
}
.ip-wrap {
	display: inline-block;
	width: auto;
	position: relative;
}
.ip-content {
	position: absolute;
	width: 75%;
	bottom: 0;
	right: 0;
	text-align: right;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
	quotes: "\201C""\201D""\2018""\2019";
}
.ip-text:before {
	color: #fff;
	content: open-quote;
	font-size: 6em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	position: absolute;
}
.ip-content span,
.ip-author span {
	background: #fff;
	padding: 2px;
}
.ip-author {
	font-weight: bold;
}
.ip-author a {
	text-decoration: none;
}

.popup-wrapper {
	max-width: 1160px;
    padding: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

.ip-image {
	border-radius: 50%;
}

.ip-image-wrapper {
	flex-shrink: 0;
	margin-right: 15px;
}

.ip-name {
	color: #4B4D4F;
    font-size: 1.1em;
    letter-spacing: 1px;
    line-height: 0.8em;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
	font-weight: 800;
    font-family: "Work Sans";
}

.ip-position {
	color: #4B4D4F;
    font-size: 0.9em;
	font-weight: 800;
    font-family: "Work Sans";
    text-align: center;
}

.ip-image-wrapper img {
	align-items: center;
	justify-content: center;
}

.ip-info h2 {
	color: #1D2D5C;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.0em;
}

.ip-info h3 {
	color: #666666;
	margin-bottom: 30px;
}

.ip-wrap .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.ip-image-content {
	position: relative;
	margin: auto;
	overflow: hidden;
  }
  
.ip-image-content .content-overlay {
	background: rgba(0,0,0,0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
  
.ip-image-content:hover .content-overlay{
	opacity: 1;
}
  
.content-image{
	width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%x;
	-moz-border-radius: 50%;
}

.content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.ip-image-content:hover .content-details{
	top: 50%;
	left: 50%;
	opacity: 1;
}

.content-details p{
	color: #fff;
	font-size: 1em;
	margin-top: 30px;
}

.fadeIn-bottom{
	top: 80%;
}

@media screen and (max-width: 1199.98px) {
	
}
  
@media screen and (max-width: 767.98px) {
    .popup-wrapper {
		flex-direction: column;
		text-align: center;
		overflow-y: scroll;
		overflow-x: hidden;
		height: calc(100vh - 100px);
		justify-content: flex-start;
	}
}
  
@media screen and (max-width: 575.98px) {
	.popup-wrapper {
		flex-direction: column;
		text-align: center;
		overflow-y: scroll;
		overflow-x: hidden;
		height: calc(100vh - 100px);
		justify-content: flex-start;
	}
	.ip-info {
		
	}
	.ip-image-wrapper {
		width: 100%;
		margin-bottom: 20px;
	}
}