/* CSS Document */
#my-popup{
    width: 500px;
    background: #535c68;
    padding: 20px 10px;
    color: #fff;
    left: 50%;
    margin-left: -250px;
    position: absolute;
    text-align: center;
}
@media screen and (max-width: 961px){
	.team-members > li {
		display: inline-block;
		height: auto;
		width: 100%;
		margin: 0;
		position: relative;
		text-align: right;
	}
		.team-members > li img {
		width: 100%;
		position: relative;
		border: 5px solid #f7f7f7;
		margin: 0px;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.team-members > li .team-hover {
		position: relative;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0px;
		background: #f7f7f7;
		color: #676767;
		z-index: 1;
		box-sizing: border-box;
		padding: 10px 20px;
		text-align: left !important;
		margin-bottom: 20px;
	}
}