.wp-block-themepunch-revslider {
	position: relative;
}

.wp-block-themepunch-revslider.revslider {
	margin: 0;
}

@-moz-document url-prefix() {}

.sr-force-hidden {
	display: none !important;
}

.fn-wrap {
	display: flex;
	position: fixed;
	width: 100px;
	height: 50px;
	z-index: 100;
	background-color: rgba(66, 66, 66, .2);
	justify-content: space-around;
	align-items: center;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.fn-left, .fn-right {
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	background-color: gray;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	cursor: pointer;
}