/* Disable aspect-ratio padding for dynamic-height iframes */
.vos_vimeo_resp.allow-dynamic-height::before {
    display: none !important;
    content: none !important;
}

.vos_vimeo_resp.allow-dynamic-height {
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
}

.vos_vimeo_resp.allow-dynamic-height .vos_vimeo_resp_iframe {
    position: static !important;
    width: 100% !important;
    height: auto !important;
}


.symp_times {
float: right;
}
@media only screen and (max-width: 768px) {
  [class*="symp_times"] {
    float: none;
  }
}

.stream_t1 {
color: #464546;
font-size: 35px;
line-height: 38px;
font-family: "Poppins", sans-serif;
}

.stream_txt { 
font-size: 13pt;
line-height:16pt;
}
@media only screen and (max-width: 768px) {
  [class*="stream_txt"] {
    font-size: 12pt;
    line-height:15pt;
  }
}

.stream_header {
  background-image: url("https://media.voicesofseptember11.org/events/2025/remsymposium/remsymposium_stream_header_001.jpg");
  padding: 0px 5px 15px 5px;
  margin-top: 25px;
  height: 100%;
  background-position: bottom; background-repeat: no-repeat; background-size: contain;
}
@media only screen and (max-width: 768px) {
  [class*="stream_header"] {
  width: 100%;
  padding: 0px 0px 15px 0px;
  background-size: cover;
  }
}

.stream_welcome {
  background-color: #035585;
  padding: 25px 0px 25px 0px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 85%;
  border-top: 6px solid #57a2d2;
}
@media only screen and (max-width: 768px) {
  [class*="stream_welcome"] {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 10px;
    background-image: none;
    border-top: none;
  }
}

.stream_welcome_text {
  margin: 0px 25px 0px 25px;
  padding: 25px;
  background-color: rgba(0,0,0,0.2);
}
@media only screen and (max-width: 768px) {
  [class*="stream_welcome_text"] {
  margin: -10px 0px 0px 0px;
  padding: 20px;
  }
}

.stream_vid {
}
@media only screen and (max-width: 768px) {
  [class*="stream_vid"] {
    margin-top: -5px;
  }
}

.stream_subvid {
  background-color: #023b5c;
  padding: 17px 20px 20px 20px;
  width: 85%;
}
@media only screen and (max-width: 768px) {
  [class*="stream_subvid"] {
    width: 100%;
    padding: 22px 25px 25px 25px;
    margin-top: -20px;
  }
}

.stream_bg_agenda {
  background-color: #ffffff;
  width: 85%;
}
@media only screen and (max-width: 768px) {
  [class*="stream_bg_agenda"] {
    width: 100%;
  }
}

.stream_bg_sponsors {
  background-color: #ffffff;
  padding-left: 15px; padding-right: 15px; padding-top: 50px; padding-bottom: 15px;
  width: 85%;
}
@media only screen and (max-width: 768px) {
  [class*="stream_bg_sponsors"] {
    width: 100%;
    padding-left: 20px; padding-right: 20px;
  }
}

.stream_img_vid { 
width: 40%;
margin-right:10px;
border: 1px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  [class*="stream_img_vid"] {
    width: 100%; margin-left: 0%; margin-bottom: 15px;
  }
}

.welcome_h1 {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.welcome_txt {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}

.stream_url {
  text-decoration:none;
  color:#ffffff;
  transition: all 0.5s linear;
}

.stream_url:hover {
  text-decoration:none; 
  color:#8ec8e7;
  transition: all 0.5s linear;
}

.stream_url:active {
  text-decoration:none; 
  color:#8ec8e7;
  transition: all 0.5s linear;
}

.stream_img_header { 
  margin-top: 15px;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  [class*="stream_img_header"] {
    width: 100%;
  }
}

.stream_btn {
  background: #023b5c;
  color: #ffffff !important;
  border: solid #ffffff 2px;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  text-align:center;
  text-decoration: none;
  font-weight: 500;
  padding: 18px 15px 18px 15px;
  border-radius: 2px;
  width: 90%;
  display: inline-block;
  transition: all 0.5s linear;
}
@media only screen and (max-width: 768px) {
  [class*="stream_btn"] {
    width: 100%;
    padding: 7px 15px 7px 15px;
  }
}

.stream_btn:hover {
  background: #2e5fa4; 
  border: solid #ffffff 2px;
  color: #ffffff !important;
  transition: all 0.5s linear;
}

.stream_btn:active {
  background: #22477a;  
  border: solid #bebebe 2px;
  color: #bebebe !important;
  transition: all 0.5s linear;
}

.stream_refresh {
  margin-bottom: -1px;
}
@media only screen and (max-width: 768px) {
  [class*="stream_refresh"] {
    margin-bottom: 0px;
  }
}
