.slidShow {
    width: 100%;
}

.swiperDiv {
    
    margin-top: -20px;
    background-image: url('../Images/iphone-frem.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 565px;
    position: absolute;
    transform: translate(-50% , 0px); left: 50%;
    width: 300px;
    z-index: 2;
    background-position: center center;
}

.swiper-container {
    width: 100%;
    /* padding-top: 50px; */
    padding-bottom: 50px !important;
        height: 560px;
}

.swiper-slide {
     background-position: center !important;
    background-size: cover !important;
    width: 270px !important;
    height: 530px !important;
   
}


.swiper-slide.swiper-slide-prev {
    box-shadow: -5px 0 2px rgba(0,0,0,.18);
}

.swiper-slide.swiper-slide-next {
    box-shadow: 5px 6px 9px -1px rgba(0,0,0,0.18);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background: none;
}

/* @media only screen and(max-width:768px) {
    .swiperDiv {
    
        margin-top: -20px;
    background-image: url(../Images/phone.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 585px;
    left: 31%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
    z-index: 2;
    background-position: center center;
}
    
} */