* {
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: calc(2.5vw);
}

.back-link,
.main a {
    color: black;
}

body {
    background-color: #f4f4f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C3E4EF), to(#6AC4D6));
    background-image: -webkit-linear-gradient(top, #C3E4EF 0%, #6AC4D6 100%);
    background-image: -o-linear-gradient(top, #C3E4EF 0%, #6AC4D6 100%);
    background-image: linear-gradient(-180deg, #C3E4EF 0%, #6AC4D6 100%);
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.content-title {
    color: #0b233f;
    font-family: 'Bangers', cursive;
    font-size: 40px;
}

a.content-link,
a.content-link-large {
    color: #0b233f;
    display: block;
    font-family: 'Bangers', cursive;
    font-size: 20px;
    margin: 20px auto 0;
    width: auto;
}

a.content-link-large {
    font-size: 40px;
    text-shadow: 2px 2px 0 white;
    text-decoration: none;
}

a.content-link-large:hover,
a.content-link-large:focus {
    text-decoration: underline;
}

.basic-index {
    margin-top: 50px;
}
.basic-bottom {
    position: relative;
    overflow: hidden;
    height: 300px;
    background: url(../img/couple.svg);
    background-position: center bottom -90px;
    background-repeat: no-repeat;
}

.basic-background {
    background-color: #E0F2F6;
    border: 1px solid white;
    padding: 30px 20px 36px;
}

.basic-center {
    text-align: center;
}

.main-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 60vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



.site {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    min-height: 100vh;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.basic .social-items {
    display: none;
}

.container {
    margin: 0 auto;
    max-width: 800px;
    background-color: transparent;
    padding: 20px 10px 0 10px;
    width: 100%;

    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
}

.zen-logo {
    height: 34px;
    width: 130px;
    background: url(../img/zensations.svg) no-repeat;
    background-size: auto;
    display: inline-block;
    margin: 0 .5em -18px;
    overflow: hidden;
    text-indent: -200%;
}

.basic-content {
    position: relative;
    z-index: 100;
}

.footer-wrapper {
    background-color: #f4f4f5;
    position: relative;
    z-index: 999;
}

.back-link,
main a,
#footer a {

}

#bingo {
    margin: 0 auto;
    max-width: 800px;
    -webkit-transform: translate(-500%, -500%);
    -ms-transform: translate(-500%, -500%);
    transform: translate(-500%, -500%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    position: relative;
    z-index: 101;
    height: 180px;
    margin-bottom: -180px;
}

#header-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    padding: 0;
    margin: 20px 0;
}

#header.header-logo {
    position: relative;
    display: block;
    padding: 0;
    padding-top: 57%;
    height: 0;
    text-indent: -9999px;
    background: url(../img/title.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
    margin-top: -18%;
    margin-bottom: -10%;
}

#footer {
    text-align: center;
    font-size: .8em;
    font-weight: 400;
    padding: 3px;
}

#footer a {
    text-decoration: none;
    color: #000000;
    opacity: 1;
    text-transform: uppercase;
}

#footer ul {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

#footer ul li {
    list-style: none;
    margin: 10px 0;
}

#footer ul li:first-child {
    margin: 20px 0;
}

.social {
    display: inline-block;
    vertical-align: bottom;
}

.social > * {
    vertical-align: bottom;
}

.policy {
    margin: 10px 0;
}

#board {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    font-size: 0.85em;
}

.square, .freesquare {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    width: 20%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    overflow: hidden;
    background-color: #E0F2F6;
    color: #313131;
    text-align: center;
    padding: 3px;
    border: 1px solid white;
    -o-transition-property: background-color;
    transition-property: background-color;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-property: background-color;
    -moz-transition-duration: 1s;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.freesquare,
.freesquare > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.selected {
    color: #f1f1f1;
    background-color: #b21545;
    border-color: #c1e7f0;
}

.text {
    padding: 1em 0;
    vertical-align: middle;
    font-size: 1.2em;
    line-height: 1.2em;
}

.small {
    font-size: 0.8em;
}

.medium {
    font-size: 1.0em;
}

.large {
    font-size: 1.2em;
}

#bingo.win {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: url(../img/bingo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation-name: bingo;
    animation-name: bingo;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

#instructions {
    margin: 70px 0;
}

#instructions h2, h3 {
    margin: 20px 0 5px 0;
}

#instructions p,
.content-wrapper p {
    margin: 10px 0;
}

.timeline-wrapper {
    text-align: center;
}

.twitter-timeline-rendered {
    margin: 20px auto 80px !important;
}

.content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    /*background-position: center bottom;*/
    /*background-repeat: repeat-x;*/
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    overflow-x: hidden;
}

.showValentine .left .valentine *,
.showValentine .right .valentine * {
    transform: translateX(0) translateY(0) !important;
}

.show2min2mio .left .min2mio *,
.show2min2mio .right .min2mio *,
.show2min2mio .misc .min2mio * {
    transform: translateX(0) translateY(0) rotate(0deg) !important;
}

@media screen and (max-width: 799px) {
    .left .valentine *,
    .right .valentine * {
        display: none;
    }

    .left .min2mio *,
    .right .min2mio *,
    .misc .min2mio * {
        display: none;
    }
}

/** ******  ANIMATION BACKGROUND PART  ****** **/
/** ***************************************** **/
/** ***************************************** **/
#background #bgClouds {
    width: 649px;
    height: 545px;
    top: -80px;
    right: -30px;
    background-image: url(../img/cloud-floor-noShadow.svg);
    transform: translateX(0) translateY(-350px);
    background-position: center bottom;
    background-repeat: repeat-x;
}

.left,
.right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: -200px;
    padding-left: 200px;
}


.valentine *,
.min2mio * {
    position: absolute;
    background-repeat: no-repeat;
    transition: 0.3s all ease-in-out;
}


/** ******  ANIMATION LEFT PART  ****** **/
/** *********************************** **/
/** *********************************** **/


.left {
    margin-right: -200px;
    padding-left: 200px;
}

        /** ======  ANIMATION VALENTINES DAY  ====== **/
        /** ======================================== **/

        .left .valentine #balloon1 {
            width: 649px;
            height: 545px;
            top: -80px;
            right: -30px;
            background-image: url(../img/balloon-heart.svg);
            transform: translateX(0) translateY(-350px);
        }

        .left .valentine #balloon2 {
            width: 293px;
            height: 298px;
            top: 330px;
            right: 320px;
            background-image: url(../img/balloon.svg);
            transform: translateX(-350px) translateY(0);
        }

            .showValentine .left .valentine #balloon2 {
                transition-delay: 0.1s;
            }

        .left .valentine #clouds {
            width: 317px;
            height: 150px;
            bottom: -70px;
            right: 140px;
            background-image: url(../img/cloud-floor-single-noShadow.svg);
            transform: translateX(0) translateY(150px);
        }

            .showValentine .left .valentine #clouds {
                transition-delay: 0.15s;
            }

        .left .valentine #mountain {
            width: 604px;
            height: 659px;
            bottom: -250px;
            right: -30px;
            background-image: url(../img/mountain.svg);
            transform: translateX(0) translateY(300px);
        }

            .showValentine .left .valentine #mountain {
                transition-delay: 0.2s;
            }

        /** ======  ANIMATION 2MIN2MIO  ====== **/
        /** ================================== **/

        #lamp {
            left: -110px;
            top: 150px;
            transform-origin: 0 80%;
            transform: rotate(-45deg);
        }

            .show2min2mio #lamp {
                transition-delay: 0.2s;
            }

            #lamp,
            #lamp * {
                position: absolute;
                width: 590px;
                height: 518px;
            }

            #lamp #lampLight {
                background-image: url(../img/light-left-glow.svg);
                opacity: 0;
            }

                .show2min2mio #lamp #lampLight {
                    opacity: 1;
                    transition-delay: 0.4s;
                }

            #lamp #lampStand {
                background-image: url(../img/light-left.svg);
            }

            @media screen and (max-width: 799px) {
                #lamp {
                    left: -90px;
                    top: 180px;
                }

                #lamp,
                #lamp * {
                    width: 295px;
                    height: 259px;
                    background-size: 140%;
                }

            }

        .left .min2mio #chair {
            width: 245px;
            height: 263px;
            bottom: -1px;
            right: 245px;
            background-image: url(../img/chair.svg);
            transform: translateY(270px);
        }



/** ******  ANIMATION RIGHT PART  ****** **/
/** ************************************ **/
/** ************************************ **/

.right {
    margin-left: -200px;
    padding-right: 200px;
}
        /** ======  ANIMATION VALENTINES DAY  ====== **/
        /** ======================================== **/
        .right .valentine #sun {
            width: 597px;
            height: 473px;
            top: -40px;
            left: 80px;
            background-image: url(../img/sun.svg);
            transform: translateX(600px) translateY(0);
        }

        .right .valentine #balloon3 {
            width: 279px;
            height: 285px;
            top: 240px;
            left: 130px;
            background-image: url(../img/balloon-smallright.svg);
            transform: translateX(0) translateY(550px);
        }

            .showValentine .right .valentine #balloon3 {
                transition-delay: 0.2s;
            }

        .right .valentine #balloon4 {
            width: 476px;
            height: 484px;
            top: 350px;
            left: 150px;
            background-image: url(../img/balloon-bigright.svg);
            transform: translateX(0) translateY(350px);
        }

            .showValentine .right .valentine #balloon4 {
                transition-delay: 0.3s;
            }

        .right .valentine #floor {
            width: 317px;
            height: 150px;
            bottom: -70px;
            left: 400px;
            background-image: url(../img/cloud-floor-single-noShadow.svg);
            transform: translateX(0) translateY(150px);
        }

        .right .valentine #mountain2 {
            width: 702px;
            height: 638px;
            bottom: -160px;
            left: 170px;
            background-image: url(../img/mountain2.svg);
            transform: translateX(0) translateY(500px);
        }

            .showValentine .right .valentine #mountain3 {
                transition-delay: 0.1s;
            }

        .right .valentine #floor2 {
            width: 317px;
            height: 150px;
            bottom: -100px;
            left: 100px;
            background-image: url(../img/cloud-floor-single-noShadow.svg);
            transform: translateX(0) translateY(150px);
        }

        .right .valentine #floor3 {
            width: 317px;
            height: 150px;
            bottom: -100px;
            left: 10px;
            background-image: url(../img/cloud-floor-single-noShadow.svg);
            transform: translateX(0) translateY(150px);
        }

        .right .valentine #mountain3 {
            width: 562px;
            height: 511px;
            bottom: -130px;
            left: -20px;
            background-image: url(../img/mountain3.svg);
            transform: translateX(0) translateY(400px);
        }


    /** ======  ANIMATION 2MIN2MIO  ====== **/
    /** ================================== **/
    .right .min2mio #clock {
        left: 200px;
        top: 260px;
        transform: scale(0.001);
    }

        .show2min2mio .right .min2mio #clock {
            transform: scale(1);
            transition-delay: 0.2s;
        }

        .right .min2mio #clock,
        .right .min2mio #clock * {
            width: 174px;
            height: 175px;
        }

        .right .min2mio #clock #outer {
            background-image: url(../img/clock.svg);
        }

        .right .min2mio #clock #hour {
            background-image: url(../img/clock-hr.svg);
            transform: rotate(300deg);
        }

        .right .min2mio #clock #min {
            background-image: url(../img/clock-min.svg);
            transform: rotate(180deg);
        }

        .right .min2mio #clock #sec {
            background-image: url(../img/clock-sec.svg);
            transform: rotate(310deg);
        }
            .show2min2mio .right .min2mio #clock #hour,
            .show2min2mio .right .min2mio #clock #min,
            .show2min2mio .right .min2mio #clock #sec {
                transition-duration: 0.5s;
                transition-delay: 0.3s;
            }


    #lamp2 {
        right: -120px;
        top: 270px;
        z-index:20;
        transform-origin: 80% 80%;
        transform: rotate(45deg);
    }

        #lamp2,
        #lamp2 * {
            width: 590px;
            height: 518px;
            position: absolute;
        }

        #lamp2 #lamp2Light {
            background-image: url(../img/light-right-glow.svg);
            opacity: 0;
        }

        .show2min2mio #lamp2 #lamp2Light {
            opacity: 1;
            transition-delay: 0.2s;
        }

        #lamp2 #lamp2Stand {
            background-image: url(../img/light-right.svg);
        }

        @media screen and (max-width: 799px) {

            #lamp2 {
                right: -20px;
                top: 180px;
            }

            #lamp2,
            #lamp2 * {
                width: 295px;
                height: 259px;
                background-size: 140%;
            }

        }

/** ******  ANIMATION CENTER PART  ****** **/
/** ************************************* **/
/** ************************************* **/

    /** ======  ANIMATION 2MIN2MIO  ====== **/
    /** ================================== **/
    .basic-bottom .min2mio #jury {
        bottom: -630px;
        margin-left: 40px;
    }

    .basic-bottom .min2mio #jury,
    .basic-bottom .min2mio #jury * {
        width: 888.77px;
        height: 964.14px;
        background-size: 81.625%;
    }

    .basic-bottom .min2mio #jury #jury1 {
        background-image: url(../img/jury1.svg);
    }

    .basic-bottom .min2mio #jury #jury2 {
        background-image: url(../img/jury2.svg);
    }

    .basic-bottom .min2mio #jury #jury3 {
        background-image: url(../img/jury3.svg);
    }

    .basic-bottom .min2mio #jury #jury4 {
        background-image: url(../img/jury4.svg);
    }

    .basic-bottom .min2mio #jury #jury5 {
        background-image: url(../img/jury5.svg);
    }

    @media screen and (max-width: 799px) {

        .left {
            background-position: right 245px bottom -1px, left -100px top 180px;
            background-size: auto, 200%;
        }

        .right {
            background-position: right -110px top 190px, left 500px top 260px;
            background-size: 200%, auto;
        }

    }

/*.valentine .left {*/
    /*background-position: right -30px top -80px, right 320px top 330px, right 140px bottom -70px, right -30px bottom -140px;*/
/*}*/

/*.valentine .right {*/
    /*background-position: left 80px top -40px, left 130px top 240px, left 150px top 350px, left 400px bottom -70px, left 170px bottom -160px, left 100px bottom -100px, left 10px bottom -100px, left -20px bottom -130px;*/
/*}*/

.back-link,
main a,
#footer a {

}

#header-container a {
    display: block;
}

.header-item div{
    background-repeat: no-repeat;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    margin: 25px auto;
    opacity: 0.6;
    width: 100%;
    max-width: 350px;
    background-color: transparent;
    border: none;
}

.header-item:hover div,
.header-item:focus div{
    transform: scale(1.2);
    opacity: 1;
}

/*.header-item:focus {*/
    /*border: 2px solid red;*/
/*}*/

#header-valentine div {
    background-image: url(../img/title-noShadow.svg);
    /*width: 340px;*/
    height: 162px;
}

#header-2min2mio div {
    background-image: url(../img/title-2min2mio.svg);
    /*width: 340px;*/
    height: 187px;
}


#header a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


#footer {
    color: #000;
    background-color: transparent;
    font-size: 2em;
    font-weight: 800;
    padding: 8px 20px 8px 20px;
    -o-transition-property: background-color;
    transition-property: background-color;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-property: background-color;
    -moz-transition-duration: 1s;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 1s;
}

#footer {
    text-align: center;
    font-size: .8em;
    font-weight: 400;
    padding: 3px;
}

#footer a {
    text-decoration: none;
    color: #000000;
    opacity: 1;
    text-transform: uppercase;
}

#footer ul {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

#footer ul li {
    list-style: none;
    margin: 10px 0;
}
#footer ul li:first-child {
    margin: 20px 0;
}

.social {
    display: inline-block;
    vertical-align: bottom;
}

.social > * {
    vertical-align: bottom;
}

.policy {
    margin: 10px 0;
}

#board {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    font-size: 0.85em;
    position: relative;
    z-index: 100;
}

.freesquare > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.selected {
    color: #f1f1f1;
    background-color: #b21545;
    border-color: #c1e7f0;
}

.text {
    padding: 1em 0;
    vertical-align: middle;
    font-size: 1.2em;
    line-height: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.small {
    font-size: 0.8em;
}

.medium {
    font-size: 1.0em;
}

.large {
    font-size: 1.2em;
}

.win {
    text-indent: -100%;
    font-size: 2em;
    font-weight: bold;
    padding: 8px 20px 8px 20px;
    overflow: hidden;
}

@media screen and (min-width: 45em) {
    html {
        font-size: 1.1em;
    }

    #footer ul {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    #footer ul li {
        margin: 20px 0;
        /*width: 33.33%;*/
        width: 50%;
    }

    #footer ul li:first-child {
        margin: 0 0 20px;
    }

    .policy {
        margin: 20px 0;
    }
}

@media screen and (min-width: 800px) {
    #bingo {
        height: 340px;
        margin-bottom: -340px;
    }
    .basic-background {
        padding: 60px 100px 66px;
    }

    .text {
        min-height: 130px;
    }

    #header {
        margin-top: -120px;
    }

    .basic-bottom {
        height: 370px;
        background-position: center bottom -120px;
        background-size: 55%;
        overflow: hidden;
    }
}

@media screen and (max-width: 799px) {
    .left,
    .right {
        display: none;
    }

    .header-item div {
        opacity: 1;
    }
}

@media screen and (min-width: 820px) {
    .container {
        padding: 7px 0 0;
    }
}

@-webkit-keyframes bingo {
    0%   {-webkit-transform: translate(-100%, 0%) scale(0);transform: translate(-100%, 0%) scale(0);}
    33.33%  {-webkit-transform: translate(20%, 33.33%) scale(1);transform: translate(20%, 33.33%) scale(1);}
    66.66%  {-webkit-transform: translate(-20%, 130%)scale(1);transform: translate(-20%, 130%)scale(1);}
    100% {-webkit-transform: translate(100%,150%) scale(0);transform: translate(100%,150%) scale(0);}
}

@keyframes bingo {
    0%   {-webkit-transform: translate(-100%, 0%) scale(0);transform: translate(-100%, 0%) scale(0);}
    33.33%  {-webkit-transform: translate(20%, 33.33%) scale(1);transform: translate(20%, 33.33%) scale(1);}
    66.66%  {-webkit-transform: translate(-20%, 130%)scale(1);transform: translate(-20%, 130%)scale(1);}
    100% {-webkit-transform: translate(100%,150%) scale(0);transform: translate(100%,150%) scale(0);}
}