/*.box-overlay a:before {
  content:"";
  display:block;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);
  z-index:2;
}

.box-overlay .hover-container {
  position: absolute;
  top:37%;
  z-index:3;
}

.box-overlay img {
  transform: scale(1.2);
  transition:300ms transform ease-in-out;
  width:100%;
  height:100%;
  object-fit:cover;
}

.typeset .box-overlay h3 {
  color:#fff;
}


.box-overlay:hover img {
  transform: scale(1);

}

.box-overlay p {
  transition:300ms all ease-in-out;
  bottom:-75px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:1rem;
  font-weight:300;
}

.box-overlay:hover p {
  opacity:1;
  bottom:0;
}*/

/* FancyBox Video Link */
/*.video-title svg {
  width:3rem;
  margin-right:15px;
  flex: none!important;
}

.video-link {
  margin-bottom:1.25rem;
}*/

/* Article */
/*.article-title svg {
  width:3rem;
  margin-right:15px;
  flex: none!important;
}

.article-link {
  margin-bottom:1.25rem;
}*/

/* Circle Box */
/*.circle-image__image img {
  border-radius:50%;
  border:15px solid #999999;
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.circle-image__text .circle-title {
  margin-bottom: 24px;
  font-size: 1.2rem;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-image__text a {
  font-size:.875rem;
  font-weight:600;
}
*/