/*section.header-image .main-holder {
  position: relative;
  left: 0;
  top: -180px;
  width: 100%;
  height: auto;
}*/


section.team.margin-top {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  section.team.margin-top {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  section.team.margin-top {
    margin-top: -120px;
  }
}
@media only screen and (min-width: 1120px) {
  section.team.margin-top {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 1280px) {
  section.team.margin-top {
    margin-top: 20px;
  }
}


section.team .caption {
  padding-top: 0px;
}


.subtitle {
  font-size: 2.375em;
  margin-bottom: 10px;
}
.photo-block {
  padding: 5px;
}
.trombinoscope {
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  
  border-radius: 50%;
  margin-bottom: 5px;
  
  /*object-fit: none; /* Do not scale the image */
  /*object-position: center; /* Center the image within the element */
  /*height: 100px;
  width: 100px;*/
}
.trombinoscope:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
