.blade-15-kv-shadow-gradient {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0) 100%);
}
.animation-ctrl-btn-side {
  position: relative;
z-index: 11;
}
.animation-ctrl-btn-side button {
  width: 60px;
  height: 48px;
  background: none;
  border: 0;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.animation-ctrl-btn-side button .play-pause-btn-wrapper {
  width: 35px;
  height: 35px;
  background: #44d62c;
  border: 0;
  border-radius: 24px;
  padding: 5px 10px;
  margin: 0 auto;
}
.animation-ctrl-btn-side button img {
  width: 10px;
  display: inline-block !important;
}