/* -- code to hide and show mobile and desktop background video -- */
@include media-query($small) {
.video-desktop {display:none;}
}
@include media-query($medium-up) {
.video-mobile {display:none;}
}
/* - end - */
Subscribe
Stay connected to find out about our special events <3