bringing your vision to life with
Creativity and Precision
trusted since 1999
Brickyard, a female / artist-owned studio, has been a cornerstone of Boston’s post production scene for 25 years. We specialize in high-end visual effects, animation, design, content creation, and creative development for advertising, feature films, and emerging media. Brickyard is built on a foundation of collaboration, fostering close partnerships between the entire creative team, from designers to directors. In our cozy, eclectic production space, we tailor a custom crew of artist, animators, and compositors to bring each project to life.
© All Rights Reserved 2024
/* Style the slider handle */
.slider-handle {
position: absolute;
width: 5px; /* Width of the slider bar */
height: 100%; /* Full height of the video */
left: 50%; /* Place it in the middle (50%) */
top: 0;
background-color: #000; /* Make it visible (black bar) */
cursor: ew-resize; /* Change cursor to indicate it's draggable */
z-index: 3; /* On top of both videos */
transform: translateX(-50%); /* Center the slider */
}