        .uhr-skalierung-wrapper {
            width: 100%;
            max-width: 1900px;
            height: 100px;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
        }

        .uhr-skalierung-wrapper iframe {
            width: 600px;
            height: 150px;
            border: none;
            position: left;
            top: 0;
            left: 0;
            transform: scale(0.6);
            transform-origin: top left;
        }
