.module--three-d-model .three-d-model__canva-container{animation:opacity 1s ease-in-out .25s both;height:500px;width:100%}.module--three-d-model .three-d-model__canva-container__fallback-image{margin:auto;max-height:100%;max-width:100%;transition:opacity var(--normal-transition) ease-in-out}.module--three-d-model .three-d-model__canva-container__fallback-image.hidden{opacity:0;position:absolute;visibility:hidden}.module--three-d-model .three-d-model__canva-container__fallback-image img{height:100%;object-fit:contain;width:100%}@keyframes opacity{0%{opacity:0}to{opacity:1}}@media (max-width:992px){.module--three-d-model .three-d-model__canva-container{height:300px}}