/* =============================================================================
   STAFF
   ========================================================================== */
.staff1_wrapper {
  margin-top: 0px;
  overflow: hidden;
  ackground: #3b3b3b; /*Gray */
}
.staff1_container{
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
  .staff1_container ul{
    list-style: none;
    padding: 0;
  }
    .staff1_container ul li{
      float: left;
      margin: 10px 1% 0 1%;
      width: 23%;
      min-height: 215px;
    }
    .staff1_container ul li h5{
      text-align: center;
      margin: 0;
    }
    .staff1_container ul li p{
      text-align: center;
      color: #999;
      font-size: .8em;
      margin: 0;
    }
.staff1_image {
  position: relative;
  display: block;
  width: 145px;
  height: 145px;
  margin: 0 auto 10px auto;
  border: 8px solid #FBE02C; /*theme yellow*/
  border-radius: 50%;
  overflow: hidden;
}
  .staff1_image img{
    position: absolute;
    display: table-cell;
    top: -9999px;
      bottom: -9999px;
      left: -9999px;
      right: -9999px;
      margin: auto;
  }
.user_image_wide img{
  height: 100%;
  max-width: none;
}
.user_image_tall img{
  width: 100%;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 979px) {
	
}
@media screen and (max-width: 859px) {
	
}
@media screen and (max-width: 767px) {
  .user_image {
    width: 115px;
    height: 115px;   
  }
}
@media screen and (max-width: 640px) {
  .user_image {
    width: 95px;
    height: 95px;   
    border: 5px solid #FBE02C; /*theme yellow*/
  }
    .staff_container ul li h5{
     font-size: .9em;
    }
    .staff_container ul li p{      
      font-size: .7em;
    }
}
@media screen and (max-width: 479px) {
  .staff_container ul li{
      width: 48%;
      min-height: 215px;
  }
	
}