/*****************************
**
**	Core SASS
**	Core definitions for styling the Infinity StudioPress
**	to the Mosaic Church brand.	
**	
**	
**	Client: Mosaic Church
**	URL: http://mymosaicchurch.us/
**	
**	Created by: Bobbi Martin
**	FW Works and God & Geeks
**	
*****************************/
.video-bg .vidbg-container video {
  bottom: 0;
}

.team {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.team .member {
  position: relative;
  text-align: center;
  margin: 0 1rem 0.5rem 0;
}
@media only screen and (min-width: 960px) {
  .team .member {
    flex: 1 0 21%;
  }
}
.team .member .details {
  background-color: #125072;
  padding: 0.5rem;
  position: absolute;
  top: 70%;
  width: 100%;
}
.team .member .name {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.team .member .title {
  font-style: italic;
  font-size: 14px;
  color: #ffffff;
}
.team .member .email {
  font-size: 18px;
  position: absolute;
  bottom: 0;
  right: 0.5rem;
}