.path-product article .view-mode--product--full img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
}
.path-product .field--name-field-external-video {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.path-product .field--name-field-media-oembed-video {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.path-product .field--name-field-media-oembed-video iframe,
.path-product .field--name-field-media-oembed-video video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.path-product .field--name-field-external-link .field__item,
.path-product .field--type-entity-reference.field--label-inline .field__item {
  display: inline-block;
}
.path-product .field--name-field-external-link {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
