:root {
    --ad-width: 320px;
    --ad-height: 480px;
}

body{
    position: absolute !important;
    padding: 0 !important;
    width: var(--ad-width) !important;
    height: var(--ad-height) !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    z-index: 9999 !important;
}

.wrapper{
    position: absolute;
    width: var(--ad-width);
    height: var(--ad-height);
    top: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
}

/* =============================================================== */

.aprfxcancn, .fdrfxcancn, .bg, .cta1, .cta2, .cp1, .cp2, .logo{
    position: absolute;
    width: var(--ad-width);
    height: var(--ad-height);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: none;

    pointer-events: none;
}

.pulse{
    position: absolute;
    width: var(--ad-height);
    height: var(--ad-height);
    left: -100px;
    right: -100px;
    margin: 0 auto;

    background: radial-gradient(#ffc600, transparent 69%);
    border-radius: 50%;
}

.rays{
    transform-origin: 160px 267px;
}

.bg{
    background-color: #c1daff;
}

canvas{
    position: absolute;
    width: 320px;
    height: 480px;
    top: 0;
    left: 0;
    background: none;
}


