﻿#scrollBtn {
	position: fixed;
	bottom: 110px;
	right: 45px;
	z-index: 99;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 24px;
	background-size: cover;
	width: 35px;
	transition: transform 0.2s ease;
	background-image: url(/images/network/bottom.png);
}

#scrollBtn.sct-show {
	display: block;
}
