DIV.gt-kaltura-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

DIV.gt-kaltura-dummy {
  margin-top: 56.5%;
}

DIV.gt-kaltura-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: black;
}

DIV.gt-kaltura-container > A > IMG {
}

DIV.gt-kaltura-title {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  color: white;
  padding: 4px 0;
  background-color: rgba(0,0,0,0.7);
}

DIV.gt-kaltura-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -36px;
  padding: 12px 20px 12px 20px;
  background-color: rgba(0,0,0,0.7);
  border-radius: 5px;
  z-index: 3;
}

SPAN.gt-kaltura-buttontext {
  position: absolute;
  left: -10000px;
}

I.svg-play {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMyJyB3aWR0aD0nMzInIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHBhdGggZD0iTSAyNCAxNiBMIDggNCBMIDggMjggWiIgZmlsbD0iI0ZGRkZGRiIgLz4KPC9zdmc+Cg==");
  background-size: 100%;
  vertical-align: sub;
}
