/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
	.bottom-n120{
		bottom: 0px;
	}
	.bottom-n140 {
		bottom: 0px;
	}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.bottom-n120{
		bottom: 0px;
	}
	.bottom-n140 {
		bottom: 0px;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.bottom-n120{
		bottom: 0px;
	}
	.bottom-n140 {
		bottom: 0px;
	}
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.bottom-n120{
		bottom: -120px;
	}
	.bottom-n140 {
		bottom: -140px;
	}
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px){

}