.productvideo-gallery-main {
  display: flex;
  width: 100%;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f6f6f6;
}

.productvideo-gallery-main__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.productvideo-gallery-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}

.productvideo-gallery-thumbnail__video {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #222;
  pointer-events: none;
}

.productvideo-gallery-thumbnail__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, .68);
  font-size: 1.15rem;
  line-height: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.productvideo-gallery-thumbnail__play::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: .15rem;
  border-top: .42rem solid transparent;
  border-bottom: .42rem solid transparent;
  border-left: .68rem solid currentColor;
}

.productvideo-gallery-data {
  display: none !important;
}

.productvideo-gallery-legacy-cover {
  position: relative;
}

.productvideo-gallery-legacy-stage {
  position: absolute;
  z-index: 20;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}

.productvideo-gallery-legacy-stage[hidden] {
  display: none !important;
}

.productvideo-gallery-legacy-stage .productvideo-gallery-main__video {
  width: 100%;
  height: 100%;
}

.productvideo-gallery-legacy-item {
  display: inline-block;
  width: 88px;
  max-width: 22%;
  margin-right: 5px;
  vertical-align: top;
}

.productvideo-gallery-legacy-button {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
}

.productvideo-gallery-legacy-button.selected,
.productvideo-gallery-legacy-button.active {
  box-shadow: inset 0 0 0 2px currentColor;
}

.productvideo-gallery-owl-slide {
  display: block;
  width: 100%;
}

.productvideo-gallery-owl-slide .productvideo-gallery-main__video {
  width: 100%;
  height: 100%;
}

.productvideo-gallery-owl-thumbnail {
  position: relative;
  display: block;
  float: left;
  padding: 0 2px;
  overflow: hidden;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
}

.productvideo-gallery-owl-thumbnail.active {
  box-shadow: inset 0 0 0 2px currentColor;
}
