.eco-sp2-video {
  position: relative;
  width: 100%;
  margin: 1rem 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f3f3;
}

.eco-sp2-video__button {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.eco-sp2-video__thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.eco-sp2-video__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.5rem;
  padding: 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
}

.eco-sp2-video__overlay strong,
.eco-sp2-video__overlay span {
  display: block;
}

.eco-sp2-video + iframe,
iframe.eco-sp2-video__iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
}