/* TikTok — main Zone */

.tt-main-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
    container-type: size;
}

.tt-main-wrap iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 325px !important;
    height: 570px !important;
    max-width: none !important;
    max-height: none !important;
    border: none !important;
    border-radius: 0 !important;
    transform-origin: 0 0;
}

.tt-main-wrap,
.tt-main-wrap * {
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
