With 6 years of experience capturing and managing content teams at the highest levels of rugby, I capture photo and video that tells stories both familiar and new fans will engage with.
On the Pitch
SportsGame action
SportsTraining
SportsBehind the scenes
document.addEventListener('DOMContentLoaded', function() {
if (typeof elementor !== 'undefined') { return; }
var obs = new IntersectionObserver(function(entries) {
entries.forEach(function(e) {
if (e.isIntersecting) {
e.target.classList.add('visible');
obs.unobserve(e.target);
}
});
}, { threshold: 0.1 });
document.querySelectorAll('.bmb-reveal').forEach(function(el) {
obs.observe(el);
});
});