#ssp__video-upload-form #ssp__video-upload-progress-wrapper {
  display: none;
}

.videoPost {
  padding-top: 30px;
  padding-bottom: 30px;
}
.videoPost:nth-child(even) {
  background: #f1f0f0;
}
.videoPost .title {
  margin: 30px;
  padding: 0;
}
.videoPost .title:before {
  content: none;
}
.videoPost p {
  margin: 50px;
}

.ssp__vimeo-video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.ssp__vimeo-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.videoListWrapper {
  width: 100%;
}
.videoListWrapper .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.videoListWrapper .ssp__vimeo-video-wrapper-list-item {
  position: relative;
  padding: 0;
  margin: 0;
  width: 301px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.videoListWrapper .ssp__vimeo-video-wrapper-list-item p {
  padding: 0;
  margin: 0;
  line-height: 0px;
}
.videoListWrapper .ssp__vimeo-video-wrapper-list-item strong {
  font-size: 1.2em;
  padding: 0;
  margin: 0;
  line-height: 35px;
}
.videoListWrapper .ssp__vimeo-video-wrapper-list-item iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*# sourceMappingURL=video-upload.css.map */
