New Logo, Identity, and Packaging for Ribena by Elmwood
(Est. 1938) “Ribena is a British brand of blackcurrant-based soft drink (both uncarbonated and carbonated), and fruit drink concentrate designed to be mixed with water. It is available in bottles, cans and multi-packs. Originally of English origin, it was produced by the pharmaceutical company GlaxoSmithKline (GSK) until 2013, when the brand was sold to Japanese beverage conglomerate Suntory.” (Wikipedia) /** * 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: .8e