.animation_wrapper {
    background: #000;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.animation_wrapper .special_block {
    height: 575px;
    position: static !important;
}

.wrapper {
	background: black;
    left: 50%;
    margin-left: -400px;
    height: 575px;
    width: 800px;
    position: relative;
    overflow: hidden;
}

.animation_wrapper .special_block .block_inner .animation {
    position: absolute;
}
