/*# sourceMappingURL=http://localhost/huisje102025/Templates/Blocks/Instagram/Css/main.scss.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.instagram {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.instagram figcaption {
  left: 0;
  right: 0;
  position: absolute;
  top: 0px;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  z-index: 1;
}
.instagram:after {
  content: "";
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(180deg, #000 0%, transparent 100%);
  opacity: 0.5;
}
