.kWidgetCentered {
  width: 100%;
}
.kWidgetPlayBtn {
  height: 98px !important;
  width: 98px !important;
  margin-top: -49px !important;
  margin-left: -49px !important;
  background: url('/_Resources/Static/Packages/FIT.KalturaVideo/Images/play.svg') !important;

  @media (max-width: 599px) {
    background-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    margin-top: -30px !important;
    margin-left: -30px !important;
  }
}
.video-text-duration {
  position: absolute;
  bottom: 35%;
  text-align: center;
  width: 100%;
  z-index: 100;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 767px) {
  .video-text-duration {
    bottom: 18%;
  }
}
