.mous-youtube-embed-single-section {
  overflow: hidden;
  position: relative;
}
.mous-youtube-embed-single-section .page-width {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
.mous-youtube-embed-single-section .page-width .youtube-embed-single-heading-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 5px;
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
}
.mous-youtube-embed-single-section .page-width .youtube-embed-single-heading-wrapper .heading-lg {
  font-size: 36px;
}
.mous-youtube-embed-single-section .page-width .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mous-youtube-embed-single-section .page-width .content-wrapper.content-middle {
  justify-content: center;
}
.mous-youtube-embed-single-section .page-width .content-wrapper.content-right {
  justify-content: flex-end;
}
.mous-youtube-embed-single-section .page-width .content-wrapper.content-left {
  justify-content: flex-start;
}
.mous-youtube-embed-single-section .page-width .content-wrapper .thumbnail-wrapper {
  position: relative;
  border-radius: 8px;
  width: 100%;
}
.mous-youtube-embed-single-section .page-width .content-wrapper .thumbnail-wrapper img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
}
.mous-youtube-embed-single-section .page-width .content-wrapper .thumbnail-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  border-radius: 8px;
}
