.referencer {
  background-color: #191919;
  position: relative;
}
.referencer .bg-wrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.referencer .bg-wrp img {
  width: 100%;
  height: auto;
}
.referencer .col-12 {
  padding-top: 64px;
  padding-bottom: 64px;
  color: #ECECEC;
}
.referencer .col-12 h2 {
  text-align: center;
  margin-bottom: 0;
}
.referencer .container.fullwidth {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.referencer .container.fullwidth a {
  display: flex;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.referencer .container.fullwidth a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 250ms ease;
}
.referencer .container.fullwidth a:hover img {
  transform: scale(1.05);
}
.referencer .container.fullwidth a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
  z-index: 1;
}
.referencer .container.fullwidth a span {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  z-index: 2;
}
@media (max-width: 992px) {}
@media (max-width: 768px) {
  .referencer .container.fullwidth a {
    padding-bottom: 70%;
  }
}
@media (max-width: 480px) {}