
.productVideo {
display: none;
}
.cursor {
cursor: pointer;
}
.video-thumbnails {
display: flex;
flex-direction: row;
justify-content: center;
align-content: center;
flex-wrap: nowrap;
margin-top: 20px;
}
.video-thumbnails:after {
content: "";
display: table;
clear: both;
}
.pv-thumb {
opacity: 0.6;
background-repeat: no-repeat;
width: 154px;
height: 90px;
display: inline-block;
background-size: contain;
background-position: 0 0;
border:1px solid #e5e5e5;
margin:0 10px;
}
.v-active,
.pv-thumb:hover {
opacity: 1;
}
.vprev,
.vnext {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -75px;
user-select: none;
-webkit-user-select: none;
}
.vprev{left:10px;}
.vnext {right:10px;}