.swiper-list{
    position: relative;
    overflow: hidden;
    padding: .175rem 0;
}
.swiper-main{
    height: 120%;
    position: relative;
}
.swiper-main img{
    /* height: 120%; */
    display: block;
    position: absolute;
    top: 0px;
    border-radius: .05rem;
    display: inline-block;
    box-shadow: 0 0  10px  rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cardbtn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1002;
}
.leftBtn{
    margin-top: 12px;
    left: -0.75rem;
}
.rightBtn{
    margin-top: 12px;
    right: -0.75rem;
}
