.container{perspective:1000px;width:210px;height:140px;margin:4% auto;position:relative}#carousel{width:100%;height:100%;transform-style:preserve-3d;animation:20s linear infinite rotation;position:absolute}#carousel figure{background:#000;border:5px solid #000;width:186px;height:116px;position:absolute;top:10px;left:10px;overflow:hidden}#carousel figure:first-child{transform:rotateY(0)translateZ(288px)}#carousel figure:nth-child(2){transform:rotateY(40deg)translateZ(288px)}#carousel figure:nth-child(3){transform:rotateY(80deg)translateZ(288px)}#carousel figure:nth-child(4){transform:rotateY(120deg)translateZ(288px)}#carousel figure:nth-child(5){transform:rotateY(160deg)translateZ(288px)}#carousel figure:nth-child(6){transform:rotateY(200deg)translateZ(288px)}#carousel figure:nth-child(7){transform:rotateY(240deg)translateZ(288px)}#carousel figure:nth-child(8){transform:rotateY(280deg)translateZ(288px)}#carousel figure:nth-child(9){transform:rotateY(320deg)translateZ(288px)}@keyframes rotation{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}
