
.fill-width {
    width: 100%;
    height: auto;
}

.bg-light {
    margin: 0 auto; /* Center the element horizontally */
}
.portfolio-item {
  position: relative;
}

.image-wrap {
  position: relative;
  display: inline-block;
}

.icon-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px; /* Adjust as needed */
  background-color: transparent; /* Transparent background */
}

.icon-wrap i {
  font-size: 2em; /* Twice as big */
  color: white; /* Set icon color to white */
}
