.video-slider.owl-theme {
  position: relative;
}
.video-slider.owl-theme .video-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-slider.owl-theme .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-slider.owl-theme .owl-controls .owl-buttons .owl-prev,
.video-slider.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  left: 5px;
  top: 50%;
  width: 44px;
  height: 68px;
  margin-top: -56px;
  text-indent: -99999px;
  background: url(../plugins/garanimals/videos/assets/images/back.png) 0 0 no-repeat;
}
.video-slider.owl-theme .owl-controls .owl-buttons .owl-next {
  left: auto;
  right: 5px;
  background: url(../plugins/garanimals/videos/assets/images/next.png) 0 0 no-repeat;
}
