.fla-artwork-w1 {
  aspect-ratio: 16 / 9;
  background-color: #f2f2f2;
}

.fla-artwork-w2 {
  padding: 1rem;
  height: 100%;
}

.fla-artwork-w3 {
  aspect-ratio: 1;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fla-artwork-w4 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fla-artwork {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.125);
}

.fla-footer-border {
  border-top: 1px solid #f2f2f2;
}
