.swiper {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: block;
}
.swiper-wrapper {
  display: flex;
 
}
 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-disabled {
  opacity: 0.2;
}

 .no-js .swiper-wrapper {
   display: block;
}
 .no-js .swiper-slide {
   display: block;
   float: left;
   margin-right: 24px;
   margin-bottom: 24px;
}








.plg-large-slider .swiper {
  width: 100%;
  position: relative;
}
.plg-large-slider .swiper-wrapper {
  position: relative;
}
.plg-large-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 300;
}
.plg-large-slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plg-large-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plg-large-slider .description {
  position: absolute;
  z-index: 20;
  right: 246px;
  height: 100%;
  width: 300px;
  text-align: left;
  background-color: black;
  padding: 12px;
  color: white;
}
.plg-large-slider .swiper-large-pagination{
  position: relative;
  margin-top: 12px;
  text-align: center;
}
.plg-large-slider .plg-large-slider-swiper-button-prev {
  position: absolute;
  top:0;
  z-index: 1000;
  color: white;
  display: flex;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  align-items: center; 
  justify-content: center;
  width: 66px;
}
.plg-large-slider .plg-large-slider-swiper-button-next {
  position: absolute;
  top:0;
  right: 0;
  z-index: 1000;
  color: white;
  display: flex;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  align-items: center; 
  justify-content: center;
  width: 66px;
}
.plg-large-slider .plg-large-slider-swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.plg-large-slider .plg-large-slider-swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}