/* This file is specific to banners which appear within the web experience */
.demo-1 {
	background-image: url("../img/demo/radiology.jpeg");
}
.demo-2 {
	background-image: url(http://www.personalhealthimaging.com/assets/img/demo/bg2.jpg);
}
.demo-3 {
	background-image: url(http://www.personalhealthimaging.com/assets/img/demo/bg3.jpg);
}
.home-1 {
	background-image: url(../img/demo/radiology.jpeg);
}
.home-2 {
	background-image: url(../img/demo/home-sm-banner.jpg);
}
.soon-bg {
	background-image: url(http://www.personalhealthimaging.com/assets/img/video/demo.jpg);
	background-size: cover;
}