    .img-1, .img-2{        
        display: none;
    }
    .img-3{
        top: 120px;
        left: 50%;
        height: 180px;
        transform: translateX(-50%);
    }
    .img-4{       
        width: 65px;
        height: 200px;
        bottom: 0;
        right: 0;
    }
    .img-4 img{
        animation: peek 15s ease-in-out infinite;
    }
    .img-41{       
        width: 50px;
        height: 200px;
        top: 2%;
        left: 0;
    }
    .img-41 img{
        animation: peek-right 15s ease-in-out infinite;
        transform: scaleX(-1);
    }
    .img-5{       
        width: 132px;
        height: 243px;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }
    .img-5 img{
        animation: balance 2.2s ease-in-out infinite alternate;
        transform-origin: bottom center;
    }
    @media screen and (min-width:768px){
        .img-1{
            display: block;
            left: 17%;
            top: 29%;
        }
        .img-2{
            width: 600px;
            height: 600px;
            top: 50%;
            right: 0%;
            transform: translateY(-50%);
            z-index: 0;
        }
        .img-3{
            top: 23%;
            right: 0;
            height: 227px;
            transform: none;
            left: auto;
        }
        .img-4{       
            width: 90px;
        }
        .img-41{       
            width: 90px;
            height: 200px;
            top: 20%;
            left: 0;
        }
        .img-5{       
            width: 410px;
            height: 340px;
        }
    }
    @media screen and (min-width:1200px){
        .img-1{
            left: 0;
            top: 0;
        }       
        .img-2{
            display: block;
        } 
        .img-3{
            top: 160px;
            right: 0;
            height: 227px;
        }        
    }
    @media screen and (min-width:1400px){
        .img-1{
            left: 13%;
            top: 0;
        }        
        .img-3{
            top: 0;
        }        
    }