.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
  left: auto;
  right: 0px;
  width: auto;
  line-height: 1;
  padding: 64px;
  text-align: right; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1 !important;
  border: 2px #fdfdfd solid;
  background-color: transparent; }
  .swiper-pagination-bullet:hover, .swiper-pagination-bullet:focus {
    background-color: #fdfdfd; }
