.m1_youtube {
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 560/315;
  min-height: 300px;
}
.m1_youtube .bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000000;
  background-position: 50% 50%;
}
.m1_youtube .image {
  display: block;
  position: absolute;
  z-index: 1;
  left: 2rem;
  top: 2rem;
  width: 150px;
  height: auto;
  object-fit: contain;
}
.m1_youtube .content {
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.85);
  box-sizing: border-box;
  text-align: center;
  padding: 2rem;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.m1_youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
  min-height: 300px;
}
.m1_youtube:hover .content {
  opacity: 1;
}

/*# sourceMappingURL=m1_youtube.css.map */
