
.swiper{
    width: 100%;
    height: 600px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
}

.swiper-slide .mobile{
    position: absolute;
    top: 40px;
    right: 40px;
    width: 250px;
    height: 473px;
    /*box-shadow: -2px 2px 5px 1px #333;*/
    /*padding: 10px;*/
/*    1480 x 2800*/
/*    1080 x 2151 */
}
.swiper-slide .mobile::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 443px;
    height: 461px;
    background: url('../images/projects/samsung-s20-ultra.png');
    background-size: cover;
    background-size: 100% 100%;
    z-index: 2;
}
.swiper-slide .mobile img{
    /*border-radius: 20px;  */
    position: relative;
    max-width: calc(100% - 54px);
    max-height: calc(100% - 54px);
    margin: 45px 27px 27px;
    z-index: 1;
}
/*.swiper-slide img.mobile {*/
/*    display: block;*/
/*    !*width: 100%;*!*/
/*    min-height: 600px;*/
/*    min-width: 100%;*/
/*}*/
