#animation-effect{border:0;width:100%;height:300px;background-color:#000000;}
#iSlider-effect-wrapper{height:300px;max-width:640px;width: 100%;border-bottom:1px solid rgb(210,210,210);margin:0 auto;background-size:100%;overflow:hidden;position:relative;}
.iSlider-effect{overflow:hidden;position:relative;margin:0 auto;}
.iSlider-effect ul{list-style:none;padding:0;margin:0;height:100%;overflow:hidden;}
.iSlider-effect li{position:absolute;margin:0;padding:0;height:100%;overflow:hidden;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;list-style:none;}
.iSlider-effect ul li a{display:block;width:100%}
.iSlider-effect ul li img{width:100%;height:100%;margin:0;padding:0;display:block;}


@media only screen and (max-width:320px){
	#animation-effect{height: 200px;}
	#iSlider-effect-wrapper{ height: 200px;}	
}
@media only screen and (min-width:321px) and (max-width:380px) {
	#animation-effect{height: 220px;}
	#iSlider-effect-wrapper{ height: 220px;}
}
@media only screen and (min-width:381px) and (max-width:420px) {
	#animation-effect{height:240px;}
	#iSlider-effect-wrapper{ height:240px;}
}