Berninneit Cultural Centre

ITE had the privilege of being a part of the build of a new cultural centre in Cowes, Phillip Island.
ITE’s scope included the full fit out of Stage Machinery, Drapes, Audio Visual & Stage Lighting.

$(document).ready(function(){
$(‘.spot-image’).slick({
slidesToShow: 4,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 1500,
arrows: false,
dots: false,
pauseOnHover: true,
responsive: [{
breakpoint: 768,
settings: {
slidesToShow: 1
}
}, {
breakpoint: 520,
settings: {
slidesToShow: 1
}
}]
});
});