.playerYt {
  position: relative;
  width: 650px;
  height: 600px;
  margin: 0 auto;
  z-index: 2;
}

.playerYt .moldura {
  position: absolute;
  width: 750px;
  height: 590px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.playerYt iframe {
  position: absolute;
  width: 538px;
  height: 310px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2px 10px;

}

/* Placeholder para manter espaçamento quando não há vídeo */
.video-placeholder {
  height: 200px;
  margin: 0 auto;
}

.container-produto-page {
  border-radius: 1em;
  border: 1px solid #DDD;
  box-shadow: 0px 0px 3px #000;
  background: rgba(255, 255, 255, 1);
  margin: 15px 0 15px 0;
  position: relative;
  top: -148px;
  z-index: 1;
  padding: 15px 50px 0 50px;
}

.top-evento {
  top: -80px;
  position: relative;
}

.card-header-evento {
  max-width: 1250px;
  height: 100px;
  position: relative;
}

.card-header-evento img {
  width: 105%;
  height: 100%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
}

@media screen and (max-width: 768px) {

  .container-produto-page {
    margin: 50px 0 15px 0;
  }

  .card-header-evento {
    max-width: 105%;
    height: 50px;
  }

  .card-header-evento img {
    width: 105%;
    height: 50px !important;
    top: -25px;

  }

  .ftco-section {
    padding: 2em 15px 3em 15px !important;
  }

  .playerYt {
    width: 100%;
    height: 400px;
  }

  .playerYt .moldura {
    width: 100%;
    height: 100%;
  }

  .playerYt iframe {
    width: 285px;
    height: 210px;
  }

  .video-placeholder {
    height: 100px;
  }
}