.swiper-container.bottom-slide .swiper-slide{
height: 100% !important;
width: 100% !important;
display: block;
position: relative;
left: -50%;
top: -50%;
transform: translate(50%, 50%);
background-size: contain;
background-repeat: no-repeat;
}