.product-3d-modell {
    width: 500px;
    height: 500px;
    @media(max-width: 767px) {
        width: 100%;
        height: 300px
    }
}