/* This file is specific to banners which appear within the web experience */
.demo-1 {
	background-image: url(../img/demo/bg1.jpg);
}
.demo-2 {
	background-image: url(../img/demo/bg2.jpg);
}
.demo-3 {
	background-image: url(../img/demo/bg3.jpg);
}
.home-1 {
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}
.home-2 {
	background: linear-gradient(90deg, rgba(6,23,0,1) 0%, rgba(82,194,52,1) 100%);
}
.soon-bg {
	background-image: url(../img/video/demo.jpg);
	background-size: cover;
}
