/**
 * @file
 * MyVideo video styles
 *
 * @author Thomas Keitel <thomas.keitel@mail.footprint.de>
 * @copyright footprint e.K.
 */

/* .......................................................................... */

.media-myvideo-preview-wrapper {
  max-width: 100%;
  min-height: 50px;
  position: relative;
}

.media-myvideo-preview-wrapper object, .media-myvideo-preview-wrapper iframe {
  max-width: 100%;
  position: absolute;
}
