<a href="%link" rel="next">%title</a>
$prev = get_previous_post_link('%link', '%title');
echo str_replace( '<a ', '<a class="videos__controls_btn" ', $prev );
$next = get_next_post_link('%link', '%title');
echo str_replace( '<a ', '<a class="videos__controls_btn" ', $next );