.rewind{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	float: left;
	width: 50px;
	height: 50px;
	background: var(--color-3);
	position: fixed;
	right: -60px;
	bottom: 0;
	z-index: 8;
	cursor: pointer;
	transition: right .3s ease-in-out;
}
.rewind.active {
    right: 0;
}
	.rewind_icon{
	    float: left;
	    font-size: 20px;
	    color: var(--color-2);
	}