﻿@media(max-width:767px) {
	.bg-body {
		background: url('../../Images/welcome/321783986/xs.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media(min-width:768px) {
	.bg-body {
		background: url('../../Images/welcome/321783986/sm.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media(min-width:992px) {
	.bg-body {
		background: url('../../Images/welcome/321783986/md.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media(min-width:1200px) {
	.bg-body {
		background: url('../../Images/welcome/321783986/lg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}
}
