function stylePlateCarouselNav(){var i=$(".home-plates .owl-nav");windowWidth=$(this).width(),plateWidth=$(".home-plates").width(),windowWidth<=560?i.css("top",Math.round(plateWidth/560*290)):windowWidth>560&&windowWidth<=768&&i.css("top",Math.round(plateWidth/728*329))}function ToggleMobileCarousels(){!mobileCarouselsInitialised&&$(this).width()<561&&(initialiseLatestVideosCarousel(),initialiseStoriesCarousel(),mobileCarouselsInitialised=!0),mobileCarouselsInitialised&&$(this).width()>=561&&(disableLatestVideosCarousel(),disableStoriesCarousel(),mobileCarouselsInitialised=!1)}function initialiseNavArrows(i){var e=i.target.children[2]||null,o=i.target.children[1].children[1]||null;o.parentNode.insertBefore(e,o)}function playVideo(i){$(".blackmagic-raw .hero-video").get(0).play(),initialiseNavArrows(i)}function initialiseHomePlateCarousel(){$(".home-plates.owl-carousel").owlCarousel({loop:!0,margin:0,nav:!0,items:1,navText:"",autoHeight:!0,video:!0,onInitialized:playVideo})}function initialiseLatestVideosCarousel(){$(".video-grid.owl-carousel").owlCarousel({loop:!0,margin:0,nav:!1,autoHeight:!0,responsive:{0:{items:1}}})}function disableLatestVideosCarousel(){$(".video-grid.owl-carousel").owlCarousel("destroy")}function initialiseStoriesCarousel(){$(".story-secondaries.owl-carousel").owlCarousel({loop:!0,margin:0,nav:!1,autoHeight:!0,responsive:{0:{items:1}}})}function disableStoriesCarousel(){$(".story-secondaries.owl-carousel").owlCarousel("destroy")}function initialiseSpliceCarousel(){$(".home-splice-tiles.owl-carousel").owlCarousel({loop:!0,margin:0,nav:!1,autoHeight:!0,responsive:{0:{items:1},500:{items:2},750:{items:3},1e3:{items:4}}})}var plateWidth,windowWidth,mobileCarouselsInitialised;$(function(){initialiseHomePlateCarousel(),initialiseSpliceCarousel(),ToggleMobileCarousels(),stylePlateCarouselNav()}),$(window).resize(function(){ToggleMobileCarousels(),stylePlateCarouselNav()});