How do I get a "Wistia" video to open in a separate tab? 
Autor: Richard R.I inbeded a "Wistia" video on one of my Select Synthetics website's pages using an HTML code (see below).
The video opens up and auto plays on another website (amsoil.com), however, it opens up in the same tab.
What I'd like to know is if I can "modify" the code to tell it to open the video in a separate tab.
Here is the HTML code:
<p><a href="https://www.amsoil.com/about/?zo=5256323&wvideo=n2tjo3onux"><img src="https://embed-ssl.wistia.com/deliveries/58661068ff0ccdaf10960c5383a669a03488abf7.jpg?image_play_button_size=2x&image_crop_resized=960x540&image_play_button_rounded=1&image_play_button_color=0058a4e0" width="400" height="225" style="width: 700px; height: 400px;"></a></p><p><a href="https://www.amsoil.com/about/?zo=5256323&wvideo=n2tjo3onux">The AMSOIL Story | AMSOIL Synthetic Motor Oils - AMSOIL</a></p>
Thank you,
Richard

Here are information, see
-----
HTML <a> target Attribute
...
<a href="https://www.w3schools.com"target="_blank">Visit W3Schools</a>
Value | Description
_blank | Opens the linked document in a new window or tab
>> https://www.w3schools.com/tags/att_a_target.asp
-----