.model3d-container {
    min-width: 280px;
    height: 60vh;
    max-height: 90vh;
    margin: auto;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#zoomVideo {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

@media (max-width: 478px) { 
   .model3d-container {
        margin-bottom: -1vh;
    }
}