.image-section {
  width: 100%;
}

.image-section__image {
  width: 100%;
  height: auto;
  display: block;
}

.image-placeholder {
  background: #f3f3f3;
  padding: 40px;
  text-align: center;
}

.image-placeholder svg {
  max-width: 200px;
  opacity: 0.3;
}