    /* Safari Hacks */
    
    @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
        @media {
            .btn-circle.btn-xl {
                line-height: 2.25vw;
            }
            .player-container .player-controls .controls .time-span {
                line-height: 0.7;
            }
            .promotion-info .replay-dot {
                top: 1.3vw;
            }
        }
    }
    
    @media not all and (min-resolution:.001dpcm) {
        @media {
            .btn-circle.btn-xl {
                line-height: 2.25vw;
            }
            .player-container .player-controls .controls .time-span {
                line-height: 0.7;
            }
            .promotion-info .replay-dot {
                top: 1.3vw;
            }
            .terms-container p {
                margin-bottom: 0.8vw !important;
            }
            .privacy-settings-box h4 {
                line-height: 1 !important;
            }
            .large-box-descriptions {
                font-size: 1.2vw !important;
            }
            .large-box-more {
                margin-top: 6vw !important;
            }
        }
    }
    
    @media screen and (max-width: 1300px) {
        .overlay-buttons .btn-circle {
            margin-left: 0.525vw;
            margin-right: 0.525vw;
        }
    }
    /* Safari and Edge Hack with Eye */
    
    input[type="password"]::-ms-reveal,
    input[type="password"]::-ms-clear {
        display: none;
    }
    
    input[type=password]::-webkit-contacts-auto-fill-button,
    input[type=password]::-webkit-credentials-auto-fill-button {
        visibility: hidden;
        display: none !important;
        pointer-events: none;
        height: 0;
        width: 0;
        margin: 0;
    }