.video-bg-mp4 {
position: relative;
z-index: 0;
}
.video-bg-mp4 video{
max-width: 100%;
}
section.video-bg-mp4 .animation-ctrl-btn {
  padding-top: 10px;
}
section.video-bg-mp4 .animation-ctrl-btn button {
  width: 60px;
  height: 48px;
  background: none;
  border: 0;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
section.video-bg-mp4 .animation-ctrl-btn button .play-pause-btn-wrapper {
  width: 30px;
  height: 30px;
  background: #44d62c;
  border: 0;
  border-radius: 50%;
  padding: 5px 10px;
  margin: 0 auto;
}
section.video-bg-mp4 .animation-ctrl-btn button img {
  width: 10px;
}
.animation-ctrl-btn-side {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.animation-ctrl-btn-side button {
  height: 48px;
  background: none;
  border: 0;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
	 text-align: center;
	 position: absolute;
  right: 0px;
  bottom: 15px;
  z-index: 2;
  line-height: 15px;
  padding: 0 10px;
}
@media (max-width: 1200px) {
.animation-ctrl-btn-side button {
	padding-right:20px;
}
}
@media (min-width: 768px) {
video.scaled + .animation-ctrl-btn-side button {
    right: 100px;
    bottom: 40px;
}
.a-game video.scaled + .animation-ctrl-btn-side button {
   right: 6%;
   bottom: 70px;
}
}
.animation-ctrl-btn-side button .play-pause-btn-wrapper {
  width: 30px;
  height: 30px;
  background: #44d62c;
  border: 0;
  border-radius: 50%;
  padding: 0px;
  margin: 0 auto;
}
.animation-ctrl-btn-side button img {
  width: 10px;
  display: inline-block !important;
	top: 50%;
  transform: translateY(-50%);
  position: relative;
}