.swiper-horizontal-content {
width: 100%;
overflow: hidden;
}
.swiper-horizontal-wrapper {
display: flex;
width: 100%;
height: 100%;
}
.horizontal-slide-img-background {
background-size: cover;
}
.swiper-hcontent-pagination {
position: absolute!important;
}
.pagination-right {
right: 0!important;
}
.pagination-left{
left: 0!important;
}
.horizontal-slide-img {
horizontal-align: center;
min-height: 100px;
}
.swiper-horizontal-slide {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.h-content-bullet {
display: inline-block;
width: 15px;
height: 15px;
border-radius: 100%;
}
.h-slide-valign-middle { -webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.h-slide-valign-bottom { -webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: end;
justify-content: end;
-webkit-box-align: end;
-ms-flex-align: end;
-webkit-align-items: end;
align-items: end;
}
.horizontal-slide-button{
display: inline-block;
}