Title
Category
Client
Year
Overview
Event Trailer for the event The World With Wagner for the Bamberg Symphony
For The World With Wagner by the Bamberg Symphony, we produced a trailer focused on striking visuals. Classical elements take center stage - elevated by the projections that define the show.
Credits
Director
DP
MUA
Producer
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} />
</>
)
}
}


