/* TikTok Video Container
   Ported from hatch/sm plugin (Fase 9 of migration).
*/
.tiktok-video-container {
    max-width: 605px;
    margin: 0 auto;
    overflow: hidden;
    height: 500px;
    position: relative;
}

.tiktok-video-container iframe {
    border: none;
    transform: scale(0.85);
    transform-origin: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 118%;
    height: 118%;
}
