
#easel-background {
  width: 20em;
  height: 20em;
  background-image: url(/images/plaque/background.jpg);
  padding: 2em;
  margin: auto;
}

#easel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}