The first issue solution is to add this attribute to open your video in a new tab
this attribute add in edit code > rich-text.liquid find last
target=”_blank”
Ex:-> Garage Door Video
The Secound Solution Add This Css in your edit Code > base.css file
.multicolumn-list a.link.animate-arrow:before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
cursor: pointer;
z-index: 99;
}
