.img-style {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.svg-image {
  text-align: center;
  height: auto;
}

.svg-image svg {
  max-width: 100%;
  height: auto;
}

.video-style {
  width: 100%;
  text-align: center;
  height: auto;
  max-height: 354px;
  line-height: 70%;
}

_::-webkit-full-page-media, _:future, :root .video-style{
  max-height: 338px;
}
.video-style video {
  width: 100%;
  max-width: 1366px;
}
