#card {
  max-width: 100%;   /* Máximo da largura da imagem */
  width: 100%;
  height: 100%;    /* Mínimo da altura, por padrão “auto” */
  background-size:100%;
  background-repeat: no-repeat;
   alignment-baseline: bottom;
 }
 
 
 model-viewer {
   width: 100%;
   min-height: 100%;
 height: 95vh;
   margin: auto;
 --background-color: #5A1317;
 --poster-color: #ffffff00;
 }