.movingpictures {
    position: relative;
}

.image-item {
    transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
}

.pic1 {
    
    padding-top: 10%;
    width:230px;
    height: auto;
    padding-left: -200px;

}

.pic2 {
    padding-top: 25%;
    margin-left: -100px;
    width:450px;
    height: auto;
    transform-origin: 200px top;
}

.pic3 {
    padding-left:5%;
    margin-left: -150px;
    width:300px;
    height: auto;
    transform-origin: 300px center;

}

.pic4 {
    padding-top: 16%;
    margin-left: -30px;
    width:180px;
    height: auto;
}

.logo-last {
    /* padding-top: 16%; */
    margin-left: -30px;
    width:240px;
    height: auto;
}

.active {
    scale: (.5);
}

@media (max-width:576px) {
    .pic1, .pic2, .pic3,.pic4 {
        display: none;
    }

    .logo-last {
        margin: 5px auto;
    }
}