.yt-placeholder {
  background-image: url("../../images/youtube.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 86px 60px; }
  .yt-placeholder iframe {
    width: 100%; }

.videosWrapper {
  display: flex;
  flex-direction: row; }
  @media (max-width: 768.98px) {
    .videosWrapper {
      width: 100%;
      flex-direction: column; } }

.videoTabsContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 3rem; }
  .videoTabsContainer .btn {
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important; }

.videoTabBtn {
  background-size: cover;
  background-color: white;
  border: 1px solid #444;
  color: #444;
  border-radius: 0;
  font-weight: bold;
  margin-top: 0.5rem !important;
  margin-left: 0.5rem !important; }
  .videoTabBtn :hover {
    background-color: #444;
    color: white; }

.tabSelected {
  background-color: #444 !important;
  color: white !important;
  opacity: 1 !important; }

.videoTabs {
  padding: 0.5rem;
  font-size: 0.85rem;
  width: 100%;
  text-align: center; }

.videoListContainer {
  height: 34rem;
  overflow: auto;
  padding: unset; }
  @media (min-width: 769px) {
    .videoListContainer {
      padding-left: 0.5rem; } }

.videoListItem {
  min-height: 6rem;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 1rem;
  border-bottom: 1px solid grey;
  display: flex;
  flex-direction: row;
  cursor: pointer; }
  .videoListItem .thumbnail {
    width: 90px;
    background-size: contain;
    margin-right: 1rem;
    background-repeat: no-repeat; }
  .videoListItem .videoTitle {
    width: calc(100% - 100px);
    font-size: 1rem; }

@media (max-width: 991.98px) and (min-width: 544px) {
  .videoListItem {
    justify-content: space-between;
    height: 10rem; }
    .videoListItem .thumbnail {
      width: 180px; }
    .videoListItem .videoTitle {
      width: calc(100% - 180px);
      font-size: 1rem; } }

.activeVideoContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.activeVideo {
  min-height: 25rem;
  border: 0; }
  @media (max-width: 991.98px) {
    .activeVideo {
      height: 24rem;
      min-height: 10rem; } }

.tabs {
  display: flex;
  justify-content: center; }
  .tabs button {
    margin-top: 0.5rem; }

.activeVideoInfo {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (max-width: 768.98px) {
    .activeVideoInfo {
      margin-left: 0;
      margin-right: 0; } }
  .activeVideoInfo .videoTitle {
    font-size: 1rem;
    font-weight: bold; }
  @media (max-width: 991.98px) {
    .activeVideoInfo .videoDescription {
      display: none; } }
  .activeVideoInfo .videoDescription {
    font-size: 0.9rem;
    margin-top: 0.75rem; }

.vidSelected {
  background-color: #efeff0; }

/*# sourceMappingURL=customYoutube.css.map*/