
.bgYellow {
  background-color: #ffc107 !important;

}

.lightGreyBg {
  background-color: #f1f1f1;
}

.videoIndicator
{
  position: absolute;
  background-color: rgb(0,0,0,0.5);
  height: 25px;
  width: 70px;
  top: 10px;
  left: 0px;  
}

.videoIndicator a
{
  width: 100%;
  height: 100%; 
}


.iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
  }
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  .conversationsh1Text {
    font-weight: 700;
    font-size: 40px;
    color:#D92E00;
    margin-top: 60px;
  }

  #section_latest {
    margin: 5px 0px;
  }
  
  .latestText {
    font-weight: bolder;
    font-size: 18px;
    font-family: 'Industry', sans-serif;
  }
  
  .publishingStateText {
    font-weight: 700;
    font-size: 40px;
    
  }
  
  .publishingStateText:hover {    
    text-decoration: underline;
  }
  
  
  /* publishing conversation */
  
  .publishingConversationText {
    font-size: 24px;
    font-weight: 700;
    color: #D92E00 !important;
    margin: 40px 0;
    font-family: 'Industry', sans-serif;
  
  }
  
  .publishingConversationText:hover {
    text-decoration: underline;
  }
  
  #publishing_conversations {
    margin: 70px 0px;
  }

