.stbg-publicacao-video {
  margin-top: 70px;
}

.stbg-publicacao-video-header {
  text-align: center;

  margin-bottom: 35px;
}

.stbg-publicacao-video-header h2 {
  font-size: 30px;

  font-weight: 700;

  margin-bottom: 8px;
}

.stbg-publicacao-video-header p {
  color: #666;

  font-style: italic;
}

.stbg-publicacao-video-player {
  position: relative;

  width: 100%;

  max-width: 1100px;

  margin: 0 auto;

  aspect-ratio: 16 / 9;

  overflow: hidden;

  border-radius: 14px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  background: #000;
}

.stbg-publicacao-video-player iframe {
  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  border: 0;
}

@supports not (aspect-ratio: 16 / 9) {
  .stbg-publicacao-video-player {
    height: 0;

    padding-bottom: 56.25%;
  }
}

/* ==========================
   TABLET
========================== */

@media (max-width: 992px) {
  .stbg-publicacao-video {
    margin-top: 60px;
  }

  .stbg-publicacao-video-header {
    margin-bottom: 28px;
  }

  .stbg-publicacao-video-header h2 {
    font-size: 28px;
  }

  .stbg-publicacao-video-player {
    border-radius: 12px;
  }
}

/* ==========================
   MOBILE
========================== */

@media (max-width: 767px) {
  .stbg-publicacao-video {
    margin-top: 50px;
  }

  .stbg-publicacao-video-header {
    margin-bottom: 22px;
  }

  .stbg-publicacao-video-header h2 {
    font-size: 24px;
  }

  .stbg-publicacao-video-header p {
    font-size: 15px;
  }

  .stbg-publicacao-video-player {
    border-radius: 10px;
  }
}
