.wistia-play-button {
  width: 108.984px;
  height: 69.75px;
  z-index: 1;
  opacity: 0.8;
  background-color: rgba(84, 187, 255, 0.7);
  transition: background-color 150ms ease 0s;
}
.wistia-play-button:hover {
  background-color: rgba(114, 217, 255, 0.7);
}
.wistia-play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.wistia_responsive_padding img,
.wistia-play-button {
  cursor: pointer;
}
.wistia-play-button,
.wistia-play-button:before {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.wistia_thumbnail {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
