Title
Category
Client
Year
Overview
Imagefilm for Jos Berchtold.
Jos. Berchtold opens doors by creating solutions for complex spatial situations - quite literally. This is where design and expertise come together. It’s precisely this interplay we wanted to capture in the image film: refined, clear and with a sense of ease. A film that hits the nail on the head.
Credits
Agency
Directing DP
Conception
Producer
Gaffer
Sound Design
More Projects
import type { ComponentType } from "react"
export function withoutFramerBadge(Component): ComponentType {
return (props) => {
return (
<>
<style>
{`
#__framer-badge-container { display: none !important; }
`}
</style>
<Component {...props} />
</>
)
}
}


