content
внутрь wrapper
height: 100%
previous_point
$(".right").on("hover", function () {
if (previous_point === "bottom") {
arrow.css({ transform: 'rotate(290deg)' }); // цифра от балды
} else {
arrow.css({ transform: 'rotate(180deg)' });
}
});