.carousel
{
    position: relative;
    height: 580px !important;
    perspective: 2600px !important;
}
.carousel .carousel-item
{
    width: 280px;
}
.carousel .carousel-item img
{
    height: 505px !important;
    width: 230px !important;
	margin-top:-52px;
    transform: translateX(-15px) translateY(-90px);
}
.mobile
{
    width: 360px;
    height: 550px;
    position: absolute;
	margin-top:5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000,
}
