    .samter-tag-container {
        left: 3%;
        transform: translateY(-50%);
    }

    @media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
        .samter-tag-container {
            top: 0;
            left: 0;
            width: 100%;
            transform: none;
        }
        .samter-tag-container.full {
            width: 100vw;
            height: 100vh;
        }
        @media screen and (orientation:portrait) {
            .samter-tag-container {
                width: 100vw;
                height: 50vh;
            }
        }
    }