video-player {
  position: relative;
  z-index: 1;
  display: block;
}
video-player .video-padder{
  margin-top: 5px;
  overflow-y: hidden;
}
video-player .aspect-ratio{
  margin-top: -5.6%;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.2%; /* avoid 1px black bars */
  margin-bottom: -7.9%;
  z-index: -1;
  background-color: #e5e3d6;
}
video-player .video-overlay{
  position: absolute;
  height: 500px;
  width: 1140px;
}
video-player iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}
video-player .volume-img {
  position: relative;
  z-index: 10;
  left: 95%;
  bottom: 8px;
  width: 38px;
}
@media (max-width: 1139px) {
  video-player .aspect-ratio {
    margin-bottom: -11.9%;
  }
  video-player .volume-img {
    left: 90% !important;
  }
  video-player .video-overlay {
    width: 96% !important;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 43%;
    height: auto !important;
  }
}

.video-padder2 {
  margin-top: 5px;
  overflow-y: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55.2%; /* avoid 1px black bars */
  margin-bottom: -7.9%;
  z-index: 999;
  background-color: #e5e3d6;
  position: relative;
}
