@charset "UTF-8";

    body{
        height: 100%;
        overflow:hidden;}

    *{margin:0;padding:0;}

    .scene{
        width:100%;
        height:100%;
        position:relative;}

    .sequencePhoto{position:absolute;}

        .sequencePhoto img{
            width:100%;
            height:100%;
            position:absolute;
            display:none;}

        .sequencePhoto img:first-child{
            display:inline;}