.uxe_video {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-left: 14pt;
  padding-right: 14pt;
  margin-top: 40pt;
  margin-bottom: 40pt;
}
.uxe_video video {
  width: 100%;
  max-width: 850pt;
  object-fit: cover;
  object-position: center;
}
.uxe_video.uxe-max-width-extraSmall video {
  max-width: 460pt;
}
.uxe_video.uxe-max-width-small video {
  max-width: 600pt;
}
.uxe_video.uxe-max-width-wide video {
  max-width: 1000pt;
}
.uxe_shapeImages-an .uxe_video video {
  border-radius: 0px;
  overflow: hidden;
}
.uxe_shapeImages-rS .uxe_video video {
  border-radius: 10pt;
  overflow: hidden;
}
.uxe_shapeImages-rB .uxe_video video {
  border-radius: 19pt;
  overflow: hidden;
}
.uxe_shapeImages-comR .uxe_video video {
  border-radius: 19pt;
  overflow: hidden;
}
