/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 2, 2019 */

#crosspromo1 {
    position: absolute;
    left: 15%;
    top: 30%;
    z-index: 1;
    display: none;
    width: 15vw;
    height: 15vw;
}

#crosspromo2 {
    position: absolute;
    left: 40%;
    top: 30%;
    z-index: 1;
    display: none;
    width: 15vw;
    height: 15vw;
}

#crosspromo3 {
    position: absolute;
    left: 65%;
    top: 30%;
    z-index: 1;
    display: none;
    width: 15vw;
    height: 15vw;
}

#crosspromo4 {
    position: absolute;
    left: 15%;
    top: 42.5%;
    z-index: 1;
    display: none;
    width: 15vw;
    height: 15vw;
}

#crosspromo5 {
    position: absolute;
    left: 40%;
    top: 42.5%;
    z-index: 1;
    display: none;
    width: 15vw;
    height: 15vw;
}

#crosspromo6 {
    position: absolute;
    left: 65%;
    top: 42.5%;
    z-index: 1;
    display: none;
    width: 15vw;
    height: 15vw;
}

#crosspromo7 {
    position: absolute;
    left: 15%;
    top: 55%;
    z-index: 1;
    display: none;
    width: 15vw;
    height: 15vw;
}

#crosspromo8 {
    position: absolute;
    left: 40%;
    top: 55%;
    z-index: 1;
    display: none;
    width: 15vw;
    height: 15vw;
}

#crosspromo9 {
    position: absolute;
    left: 65%;
    top: 55%;
    z-index: 1;
    display: none;
    width: 15vw;
    height: 15vw;
}

.scale-up-center {
    border-radius: 10px;
    border: 2px solid black;
    -webkit-animation: scale-up-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s infinite alternate both;
    animation: scale-up-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s infinite alternate both;
}

/* ----------------------------------------------
* Generated by Animista on 2020-1-3 4:50:17
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation scale-up-center
* ----------------------------------------
*/

@keyframes scale-up-center {
    0% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}