
body {
  margin: 0px;
  background: #000000;
}
body,html,*{
margin: 0;
padding: 0;
}
img {
  width: 100%;
  height: auto;
}
.album-videosection {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.videoOuterWrapper1 {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.videoOuterWrapper1>div>img,
.videoOuterWrapper1 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
span.youtubeplay {
  position: absolute;
  left: 47%;
  top: 39%;
  width: 8%;
}
span.youtubeplay img {
  transition: all 0.5s ease-in-out;
}
span.youtubeplay img:hover{
  opacity: 0.5;
}
span.-is-visually-hidden {
  display: none;
}
a:focus {
  opacity: .5;
}
@media all and (max-width: 1023px) {
  .album-videosection {
    width: 100%;
    margin: 48px auto 10px auto;
    text-align: center;
  }
  span.youtubeplay {
    width: 7%;
    top: 47%;
  }
  .listen-now-link {
    margin-bottom: 48px;
  }
}
@media all and (min-width: 1024px) {
  .video-section {
    padding-top: 0;
  }
}