.oxsn_xs_position_fixed {
	position: fixed;
}

@media (min-width: 544px) {
	.oxsn_sm_position_fixed {
		position: fixed !important;
	}
}

@media (min-width: 768px) {
	.oxsn_md_position_fixed {
		position: fixed !important;
	}
}

@media (min-width: 992px) {
	.oxsn_lg_position_fixed {
		position: fixed !important;
	}
}

@media (min-width: 1200px) {
	.oxsn_xl_position_fixed {
		position: fixed !important;
	}
}