.perspective-container{perspective:1000px;justify-content:center;align-items:center;width:100%;height:650px;display:flex;overflow:hidden}.carousel{width:360px;height:240px;transform-style:preserve-3d;transition:transform 1s;position:relative}.carousel-item{width:360px;height:240px;position:absolute;top:0;left:0}.carousel-item img{object-fit:contain;width:100%;height:100%}@media (max-width:1600px){.perspective-container{perspective:2200px;height:480px}.carousel,.carousel-item{width:330px;height:180px}}@media (max-width:1380px){.perspective-container{perspective:1900px;height:480px}.carousel,.carousel-item{width:250px;height:180px}}@media (max-width:768px){.perspective-container{perspective:400px;height:400px}.carousel,.carousel-item{width:220px;height:140px}}@keyframes rotate{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}
