@charset "utf-8";
.banner-1 {
	background-image: url('../../images/design/velcoity-live-your-life-fearlessly.jpg');
	}
.ad-1 {
	background-image: url('../../images/design/velocity-options-for-all-disciplines.jpg');
	}
.ad-2 {
	background-image: url('../../images/design/velocity-reach-new-heights.jpg');
	}
.ad-3 {
	background-image: url('../../images/design/velocity-state-of-the-art.jpg');
	}
@media screen and (max-width: 1400px) {
	.banner-1 {
		background-image: url('../../images/design/velcoity-live-your-life-fearlessly-imagemedium.jpg');
		}
	.ad-1 {
		background-image: url('../../images/design/velocity-options-for-all-disciplines-imagemedium.jpg');
		}
	.ad-2 {
		background-image: url('../../images/design/velocity-reach-new-heights-imagemedium.jpg');
		}
	.ad-3 {
		background-image: url('../../images/design/velocity-state-of-the-art-imagemedium.jpg');
		}
}
@media screen and (max-width: 800px) {
	.banner-1 {
		background-image: url('../../images/design/velcoity-live-your-life-fearlessly-imagesmall.jpg');
		}
	.ad-1 {
		background-image: url('../../images/design/velocity-options-for-all-disciplines-imagesmall.jpg');
		}
	.ad-2 {
		background-image: url('../../images/design/velocity-reach-new-heights-imagesmall.jpg');
		}
	.ad-3 {
		background-image: url('../../images/design/velocity-state-of-the-art-imagesmall.jpg');
		}
}