.facebook {
  position: relative;
  height: 300px;
  width: 300px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 692px) {
  .facebook {
    width: 100%;
    height: auto;
  }
}
.facebook .facebook__title {
  position: absolute;
  z-index: 1;
  justify-content: space-between;
  padding: 15px;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
}
.facebook .facebook__title:after {
  content: "";
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(180deg, #000 0%, transparent 100%);
  opacity: 0.5;
}
.facebook .facebook__images .main {
  position: static;
}
.facebook .facebook__image {
  position: absolute;
  right: 0;
}
.facebook .facebook__image.image--1 {
  top: 0;
}
.facebook .facebook__image.image--2 {
  top: 100px;
}
.facebook .facebook__image.image--3 {
  top: 200px;
}
.facebook .facebook__image.image--4 {
  right: 100px;
  top: 200px;
}
.facebook figcaption {
  left: 0;
  right: 0;
  position: absolute;
  top: 0px;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
