

/*.veidaDetailsWr:after {
    content: url(https://res.cloudinary.com/globes/image/upload/v1694085272/Digital/15680/planet_earth_hatches_from_an_egg_imowvw.png);
    position: absolute;
    top: 50px;
    left: 20%;
}*/



#veidaDetails {
    /*animation: image 12s infinite alternate; 
        -webkit-animation: image 12s infinite alternate;
        */
    background-image: url(../../../globes/image/upload/v1701188057/Digital/HeroFlagPuzzle-Desktop_j1kabg.jpg);
    background-position: left;
    background-size: cover;
}

/*@keyframes image {
0% {background-image: url("https://res.cloudinary.com/globes/image/upload/v1694072465/15680/Hero_BG_1_-_Desktop_ulo8sz.jpg");}
33% {background-image: url("https://res.cloudinary.com/globes/image/upload/v1694072465/15680/Hero_BG_2_-_Desktop_lcexuf.jpg");}
66% {background-image: url("https://res.cloudinary.com/globes/image/upload/v1694072466/15680/Hero_BG_3_-_Desktop_s8cmvl.jpg");}
100% {background-image: url("https://res.cloudinary.com/globes/image/upload/v1694072468/15680/Hero_BG_4_-_Desktop_hbqlfx.jpg");}
}*/


@media screen and (max-width: 1680px) {
    
    .veidaDetailsWr:after {
        left: 10%
    }

    .veidaDetailsWr {
        padding-right: 5%
    }
}
@media screen and (min-width:481px) and (max-width: 1280px) {
    .veidaDetailsWr:after, .heroWr {
        zoom: 80%;
    }
}


@media screen and (max-width: 480px) {
    #veidaDetails {
        background-image: url(../../../globes/image/upload/v1701188057/Digital/HeroFlagPuzzle-Mobile_swaqqo.jpg);
        background-position: bottom;
        height: 575px;
    }
/*@keyframes image {
0% {background-image: url("https://res.cloudinary.com/globes/image/upload/v1694072465/15680/Hero_BG_1_-_Mobile_qynm2c.jpg");}
33% {background-image: url("https://res.cloudinary.com/globes/image/upload/v1694072465/15680/Hero_BG_2_-_Mobile_hi4dtd.jpg");}
66% {background-image: url("https://res.cloudinary.com/globes/image/upload/v1694072468/15680/Hero_BG_3_-_Mobile_xmxlyt.jpg");}
100% {background-image: url("https://res.cloudinary.com/globes/image/upload/v1694072464/15680/Hero_BG_4_-_Mobile_avjisi.jpg");}
}*/


    .veidaDetailsWr:after {
        zoom: 70%;
        left: 0 !important;
        right: 0;
        margin: 0 auto;
        text-align: center;
        display: block;
        top:400px
    }

    }


}

