.simple-swiper-container {
    width: 100%;
    border-radius: 4px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.simple-swiper-container>.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 220px
}

.simple-swiper-container>.swiper-wrapper>.swiper-slider {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.simple-swiper-container>.swiper-wrapper>.swiper-slider>.swiper-items img {
    height: 100%;
    width: 100%
}

.simple-swiper-container>.btn {
    position: absolute;
    cursor: pointer;
    z-index: 5;
    top: 45%;
    display: block;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.simple-swiper-container>.btn-prev {
    left: 0;
    transform: rotateZ(0deg) scale(1)
}

.simple-swiper-container>.btn-next {
    right: 0;
    transform: rotateZ(180deg) scale(1)
}

.simple-swiper-container>.pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    text-align: center
}

.pagination>.pagination-items {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #eaeaea
}

.pagination-items-active {
    background-color: #eaeaea!important
}

.no-click a {
    pointer-events: none;
}

.rotation-style{
	padding: 0px!important;
}

.rotation-card--height1 {
    height: 300px!important;
}

.rotation-card--height2 {
    height: 620px!important;
}