a {
    text-decoration: none !important;
}

.feed-icons {
    display: none;
}

.content-home .block {
    margin-bottom: 0;
}
#construction-slideshow button:hover {
    border: none;
}

.breadcrumb-item {
    padding-left: 0;
}


.breadcrumb-item+.breadcrumb-item::before {
    content: none;
}


#construction-slideshow li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

#construction-slideshow li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.1) 1px,
    rgba(0, 0, 0, 0) 1px,
    rgba(0, 0, 0, 0) 10px
  );
  z-index: 2;
}

#construction-slideshow li .text-center {
  position: relative;
  z-index: 3;
}
