@media only screen and (max-width: 600px) {
model-viewer {
width: 320px;
height: 320px;
}
} @media only screen and (min-width: 600px) {
model-viewer {
width: 600px;
height: 400px;
}
} @media only screen and (min-width: 768px) {
model-viewer {
width: 450px;
height: 450px;
}
} @media only screen and (min-width: 992px) {
model-viewer {
width: 450px;
height: 450px;
}
} @media only screen and (min-width: 1200px) {
model-viewer {
width: 450px;
height: 450px;
}
} .ui-dialog { z-index: 1000 !important ;}