This is an HTML document that contains a video player and several buttons for navigating through the content. The video player appears to be from a news organization, with a title "Get more news" and a subtitle "Live". The video has a live indicator symbol ( represented by the `<svg>`) next to it.
Below the video player, there are several buttons that appear to be navigation controls:
* A "Next" button (`<button class="styles_nextButton__vNvjX">`)
* A "Previous" button (`<button class="styles_prevButton__3n5hY">`)
* A "Live" indicator symbol (`<span class="styles_img__gUAMI styles_live-img__EPBAb"><svg>...</svg></span>`)
* A "Chevron" icon (`<span class="styles_img__gUAMI styles_chevron-img__9Ibgq"><svg>...</svg></span>`)
The HTML code for the video player and buttons is as follows:
```html
<div class="video-page">
<div class="video-player">
<img src="" alt="">
<div>
<p class="title">Get more news</p>
<p class="subtitle">Live</p>
</div>
<button class="styles_nextButton__vNvjX"><span class="icon icon-back"></span></button>
<button class="styles_prevButton__3n5hY"><span class="icon icon-back"></span></button>
</div>
<!-- ... -->
</div>
```
Note that the exact HTML code for each button and video player element is not shown in this excerpt, but can be inferred from the provided snippet.
Below the video player, there are several buttons that appear to be navigation controls:
* A "Next" button (`<button class="styles_nextButton__vNvjX">`)
* A "Previous" button (`<button class="styles_prevButton__3n5hY">`)
* A "Live" indicator symbol (`<span class="styles_img__gUAMI styles_live-img__EPBAb"><svg>...</svg></span>`)
* A "Chevron" icon (`<span class="styles_img__gUAMI styles_chevron-img__9Ibgq"><svg>...</svg></span>`)
The HTML code for the video player and buttons is as follows:
```html
<div class="video-page">
<div class="video-player">
<img src="" alt="">
<div>
<p class="title">Get more news</p>
<p class="subtitle">Live</p>
</div>
<button class="styles_nextButton__vNvjX"><span class="icon icon-back"></span></button>
<button class="styles_prevButton__3n5hY"><span class="icon icon-back"></span></button>
</div>
<!-- ... -->
</div>
```
Note that the exact HTML code for each button and video player element is not shown in this excerpt, but can be inferred from the provided snippet.