.videoSelection .video-wrapper {
  align-items: center;
  justify-content: center;
  display: flex;
  padding-right: 10px;
  position: relative;
  flex: 1;
}

@media (max-width: 570px) {
  .videoSelection .video-wrapper {
    padding-right: 0;
    padding-bottom: 10px;
    min-height: 210px;
    min-width: auto;
  }
}

.videoSelection .video-wrapper video {
  /* width: 100%; */
  max-height: 210px;
  min-height: 100%;
  z-index: 2;
  position: relative;
}

@media (orientation: landscape) {
  .videoSelection .video-wrapper video {
    min-width: 320px;
  }
}

.videoSelection .video-wrapper md-icon {
  display: block;
  position: absolute;
  font-size: 42pt;
  width: 50%;
  height: 50%;
}

.videoSelection .video-wrapper .spinner {
  position: absolute;
}
