.bas-player-container .bas-player-wrapper {
  position: relative;
}

.bas-player-container .bas-player {
  height: 100%;
  width: 100%;
}

.videos .top-video-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.bas-videos-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.bas-videos-list .bluerush {
  display: flex;
  flex-direction: column;
  flex: 0 1 50%;
  list-style-type: none !important;
  margin-bottom: 2em;
  cursor: pointer;
  position: relative;
  padding: 1em;
}

.bas-videos-list .bluerush img {
  height: 100%;
  width: 100%;
}

.bas-videos-list .bluerush .bas-player-container {
  display: none;
}
