Lesson {{curLesson+1}} of {{numOfLessons()}}
1vw means "1% of the viewport width", i.e., 1% of the browser's width.
Analogously, 1vh means "1% of the viewport height".
1vmin means "1% of the smallest viewport dimension", whether it is the width or the height. In cellphones, for example, it will most probably be the width.
Analogously, 1vmax means "1% of the largest viewport dimension".