.motorcycle__detail-features--article--mv .motorcycle__detail-features-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.motorcycle__detail-features--article--mv .motorcycle__detail-features-img {
  width: 100% !important;
}
.motorcycle__detail-features--article--mv .motorcycle__detail-features-figcaption {
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .motorcycle__detail-features--article--mv .motorcycle__detail-features-img {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .motorcycle__detail-features--article--mv .motorcycle__detail-features-figcaption {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}