I had same issue and fixed by defining padding and margin to .swiper class
.swiper {
padding:10px;
margin:-10px;
}