[class*="fizz-placeholder"] {
  background-color: $color-gray-200;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30 26.9V5.1C30 3.4 28.6 2 26.9 2H5.1C3.4 2 2 3.4 2 5.1v21.8C2 28.6 3.4 30 5.1 30h21.8c1.7 0 3.1-1.4 3.1-3.1zm-19.4-8.6l3.9 4.7 5.4-7 7 9.3H5.1l5.5-7z' fill='%23A1AEB2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: $icon-size-large $icon-size-large;
  background-position: center center;
}

.fizz-placeholder-square {
  width: 100%;
  height: 265px;
}