.field--name-field-media-video-file video {
  width: 100%;
  height: auto;
  object-fit: contain; /* Keeps the aspect ratio intact */
  border-radius: 10px; /* Adjusts the corner rounding */
}