New Logo and Identity for The Branch Museum of Design by MullenLowe Design Studio
(Est. 2015) “The Branch Museum of Design presents innovative exhibitions, programs, and events that invite people to see the world differently. As Virginia’s only design museum, housed in a historic architectural landmark, we champion work that shifts perspectives and reimagines design’s role in shaping culture.” /** * Stop all iframes or HTML5 's from playing */ var stopVideos = function () { var videos = document.querySelectorAll('iframe, video'); Array.prototype.forEach.call(videos, function (video) { if (video.tagName.toLowerCase() === 'video') { video.pause(); } else { var src = video.src; video.src = src; } }); }; .pausevideos { margin: 20px 0 30px; display: block; font-size: .8em; font-family: 'ABCSocial'; font-variation-settings: "wdth" 100, "wght" 370, "slnt" 0; -webki