<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 767px) {
	.s2fixed-top {
		position:fixed;
		top:0px;
	}
	
	.s2fixed-bottom {
		position:fixed;
		bottom:0px;
	}

	.s2absolute-only {
		position: absolute;
	}
	
	.s2absolute {
		position:absolute;
		bottom:0px;
	}
}</pre></body></html>