.mobileButton{
	width: 70px;
	bottom: 0px;
}

#mobileButtons{
	position: absolute;
	bottom: 0px;
}

#button_left{
	transform: rotate(90deg);
}

#button_right{
	transform: rotate(-90deg);
}