/*!
 This file is just for the responsive background images for the header slider of each page
 */

/* Global Styles */

.banner1 {
	background-image: url('../img/torch-on-membranes.jpg');
}
.banner2 {
	background-image: url('../img/aplus-dampproofing-injection.jpg');
}
.banner3 {
	background-image: url('../img/liquid-membranes.jpg');
}

 @media(max-width:767px) {
.banner1 {
	background-image: url('../img/torch-on-membranes-sml.jpg');
}
.banner2 {
	background-image: url('../img/aplus-dampproofing-injection-sml.jpg');
}
.banner3 {
	background-image: url('../img/liquid-membranes-sml.jpg');
}
