
.thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(var(--primary), .9);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.play-button:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
.play-button::before {
  content: '';
  border-style: solid;
  border-width: 20px 0 20px 35px;
  border-color: transparent transparent transparent white;
      position: relative;
    left: 5px;
}

.vd-content-container {
  position: relative;
  overflow: hidden;
}
.vd-content-container .content-wrapper {
  width: 100%;
  'height: 1q00%';
  'height: 1q00%';
  'height: 1q00';
  'height: 1q0';
  'height: 1q';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img.thumbnail {
  object-fit: cover;
}

video#video {
  object-fit: cover;
  display: none;
  height: 100%;
  width: 100%;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}