.iframe_team_wrapper {
    float: left;
	width: 100%;
    box-sizing:border-box;
}
.team_grid_container {
	width: 100%;
}
.team_grid_container_inside {
	width: 100%;
	float: right;
	display:inline-block;
}
.item:hover .item_img {
    transform: scale(1.03)
}
.team_item_img {
	width: 100%;
	float: right;
	border-radius:10px;
	margin-bottom:25px;
	transition: .3s;
	align-items: center;
    display: flex;
    justify-content: center;
}
.team_item_img img {
	border-radius:10px;
}
.team_item_name {
	width: 100%!important;
	float: right;
	margin-bottom:5px;
	font-weight:500
}
.team_item_role {
	width: 100%!important;
	float: right;
	height:30px;
}
.team_item_email {
	width: 100%!important;
	float: right;
	height:40px;
}
.team_item:hover .item_name {
    color:#0082b2!important
}
.team_page_title {
	width: 100%!important;
	float: right;
	margin-bottom:50px;
}

/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.team_grid_container {
    margin: auto;
    position: relative;
    box-sizing: border-box;
    max-width:1480px;
}
.team_item {
	width: 19%;
	float: right;
	margin-left: 8%;
	margin-bottom:8%;
	align-items: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.team_item:nth-of-type(4n) {
	margin-left:0;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.team_grid_container {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px
}
.team_item {
	width: 21.25%;
	float: right;
	margin-left:5%;
	margin-bottom:5%;
	align-items: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.team_item:nth-of-type(4n) {
	margin-left:0;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.team_grid_container {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px
}
.team_item {
	width: 30%;
	float: right;
	margin-left:5%;
	margin-bottom:5%;
	align-items: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.team_item:nth-of-type(3n) {
	margin-left:0;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.team_grid_container {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px
}
.team_item {
	width: 47.5%;
	float: right;
	margin-left:5%;
	margin-bottom:5%;
	align-items: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.team_item:nth-of-type(2n) {
	margin-left:0;
}
.team_page_title {
	margin-bottom:20px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.team_grid_container {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px
}
.team_item {
	width: 47.5%;
	float: right;
	margin-left:5%;
	margin-bottom:5%;
	align-items: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.team_item:nth-of-type(2n) {
	margin-left:0;
}
.team_page_title {
	margin-bottom:20px;
}
}
