.shmotime-multishatbox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: clamp(180px, 22vw, 360px);
    aspect-ratio: 2 / 3;
    z-index: 9999;
    pointer-events: auto;
    background: transparent;
}

.shmotime-multishatbox iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    display: block;
}
