.cloudContainer{
	position:absolute;
	width:5000px;
	height: 4500px;
    left:0;
    top:0;
	overflow: hidden;
    pointer-events: none;
}

.cloud_0{
    position: absolute;
    width:1006px;
    height: 458px;
    left:0;
    background-image:url('../images/wolk_0.png');
    background-size: contain;
    transition: left 500ms;
}

.cloud_1{
    position: absolute;
    width:1021px;
    height: 612px;
    left:0;
    background-image:url('../images/wolk_1.png');
    background-size: contain;
    transition: left 500ms;
}

.cloud_2{
    position: absolute;
    width:1100px;
    height: 571px;
    left:0;
    background-image:url('../images/wolk_2.png');
    background-size: contain;
    transition: left 500ms;
}
