
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  /* background: #fff;
  color: #000; */
}

swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper {
  height: 80%;
  width: 100%;
  color:red;  
}

.mySwiper2 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper2 swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;

}
.mySwiper2 img.pslidertumbnail {
  cursor: pointer;
}

.mySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-prev, .swiper-button-next, .swiper-navigation-icon {

}

div.pslider {
  height:450px;
  width: 475px;
  height:420px;
  width: 592px;  
  padding: 15px 15px 15px 15px;
  border:1px solid #2c2014;
  color: #2c2014;
}