.swiper-div {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999;
    margin-right: 10px;
    margin-bottom: 10px;
}
.swiper-div .btn {
    width: 200px;
    height: 50px;
    padding-top: 10px;
    font-size: 18px !important;
}
@media (max-width: 991px){
	.swiper-div .btn {
		height: 30px;
		padding-top: 3px;
		font-size: 16px !important;
	}
}