section.video-multiple-bg-mp4{
  position: relative;
  z-index: 0;
}
section.video-multiple-bg-mp4 #video-collage video{
  max-width: 100%;
}
section.video-multiple-bg-mp4 #video-collage {
  display:grid;
  grid-template-columns: repeat(3,1fr);
  position: relative;
  z-index: 0;
line-height: 0;
}
@media (max-width: 767px) {
  section.video-multiple-bg-mp4 #video-collage {
    grid-template-columns: repeat(2,1fr);
  }
}
section.video-multiple-bg-mp4 .animation-ctrl-btn {
  padding-top: 10px;
}
section.video-multiple-bg-mp4 .animation-ctrl-btn button {
  width: 60px;
  height: 48px;
  background: none;
  border: 0;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
section.video-multiple-bg-mp4 .animation-ctrl-btn button .play-pause-btn-wrapper {
  width: 30px;
  height: 30px;
  background: #44d62c;
  border: 0;
  border-radius: 50%;
  padding: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.video-multiple-bg-mp4 .animation-ctrl-btn button img {
  width: 10px;
}
.animation-ctrl-btn-side {
  position: relative;
}
.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: 15px;
  z-index: 2;
}
@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;
  display: flex;
  justify-content: center;
  align-items: center;
}
.animation-ctrl-btn-side button img {
  width: 10px;
  display: inline-block !important;
}
@media screen and (min-width: 1200px) {
    section.video-multiple-bg-mp4 .animation-ctrl-btn-side {
        right: calc(50% - 600px);
    }
}