body.single-video {
  .the_post .video .content div[style^="padding"] {
    background-color: #000;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0 auto;
  }

  main.type-de-video-short .the_post .video div[style^="padding"] {
    position: relative !important;
    padding: 0 !important;
    max-width: 320px !important;
    aspect-ratio: 9/16;
  }

  main.type-de-video-video .the_post .video div[style^="padding"] {
    position: relative !important;
    padding: 0 !important;
    max-width: 680px !important;
    aspect-ratio: 16/9;
  }

  main .the_post .container {
    max-width: 680px !important;
  }

  .the_audio {
    margin-top: 1rem;
  }

  .the_audio audio {
    width: 100%;
  }

  .the_post .the_title {
    font-size: 1.618rem;
    margin: 0;
  }

  section.premium > section {
    background-color: #FFFFFF12;
    padding: 1rem 0;
    margin-top: 0;
  }

  
}
