/*
Theme Name: Our Ladys Dowry
Template: contentberg
Author: JakeTC
Author URI: https://jaketc.co.uk
Version: 0.1
*/
.homepage-categories .feature-box {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.homepage-categories .feature-box:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.homepage-categories .feature-box:hover .feature-box-image img {
  scale: 1.1;
}
.homepage-categories .feature-box:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  transition: background-color 0.25s;
}
.homepage-categories .feature-box .feature-box-image {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.homepage-categories .feature-box .feature-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.25s;
}
.homepage-categories .feature-box .feature-box-content {
  z-index: 20;
  position: relative;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.homepage-categories .feature-box .feature-box-content * {
  color: white;
  z-index: 99;
}
.homepage-categories .feature-box .feature-box-content:after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  top: 0px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  left: 0;
  margin: 15px;
  z-index: 3;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}

/*# sourceMappingURL=style.css.map */
