.m-scriptcard .a-caption_prefix{
  margin-right: 0px;
}
.p-crd0416_carousel{
   max-width: 589px;
  margin: 0 auto 40px;
}
.p-crd0416_carousel-container{
  display: flex;
  align-items: center;
  position: relative;
}

.p-crd0416_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 ;
}
.p-crd0416_slide figcaption{
  width:91.56%;
  text-align: left;
  margin: 20px auto 0;
  min-height:100px;
}
.p-crd0416_slide-image{
  width: 369px;
  height: 352px;
}
.p-crd0416_slide-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-crd0416_next,
.p-crd0416_prev {
  display: block;
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-top: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.p-crd0416_next{
  right: 0;
}
.p-crd0416_prev {
  left: 0;
}
.p-crd0416_next:focus,
.p-crd0416_prev:focus,
.m-herocarousel_bullet:focus {
  outline: none !important;
}
.p-crd0416_pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.swiper-button-disabled {
  visibility: hidden;
}

@media (max-width: 768px) {
  .p-crd0416_slide-image{
    width: 180px;
  }
}