.img-fill-bc {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-height: 900px;
}

.img-fill-bc img.hidden {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
  visibility: hidden;
}

.img-fill-bc img.visible {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-fill-bc img.visible.bottom-right {
  object-position: bottom right;
}


@media(max-width:1200px) {
  .img-fill-bc {
    max-height: 700px;
  }
}


#about img {
  height: auto;
}


#chefs .img-link a {
  display: block;
  background-color: black;
}

#chefs .img-link a img {
  transition: 200ms all ease-in-out;
  height: auto;
}

#chefs .img-link a:hover img,
#chefs .img-link a:focus img {
  opacity: 0.3;
}

#chefs .img-link p {
  color: rgb(33, 37, 41);
}

#chefs .img-link .social-icons {
  pointer-events: none;
}

#chefs .img-link .social-icons .circle {
  width: 80px;
  height: 80px;
  background-color: #fff;
  color: #2a2a2a;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
 
#chefs .img-link .social-icons .circle .fa {
  font-size: 2em;
  margin-top: -.1em;
}
  
  