.button-top{
    display: inline-block; margin-top: 10px !important; 
}

.button-left{
    display: inline-block; margin-left: 80px !important; 
}

.carousel-image{
    position: absolute;
}

.carousel-button-right{
    position: relative;
    padding: 15px 40px;
    text-align: center;      
}

.chamber-event-banner,.promo-description{
    margin-top: 0px !important;
}

.chamber-event-banner h2{
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffb26e;
}

.events-container{
    margin-top: 80px;
}

.feat-event-img{
    margin-bottom: 5px;
    width: 284px;
}

.feat-event, .feat-mem{
    padding-bottom: 15px;
    letter-spacing: 2px;
    color: #8d8d8d;
}

.feat-event-date,.event-date{
    font-size: 0.7em;
    color: #8d8d8d;
}

.feat-event-title{
    margin-bottom: -15px;
}

.featured-member{
    max-width: 764px;
    width: 100%;
    height: 231px;

    background-color: #f5f2ef; 
    margin-bottom: 50px;
}

.feat-mem-container{
    padding: 50px 70px 50px 70px;
}

.js-dot{
    background: none;
	padding: 0;
	cursor: pointer;
	outline: none;
    border: none;
    border-radius: 50px;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 14px;
    background-color: #8d8d8d;
}

.dot-active button{
   background-color: #ffb26e
}

#js-slider-dots{
    position: absolute;
    display: block;
    bottom:0;
    left: 45%;
    background-color: #f5f2ef;
    height: 40px;
    width: 120px;
    display: flex;
    justify-content: center;
}

.no-img-placeholder{
    width: 427px;
    height: 224px;
    background-color: #f5f2ef;
}

 .slider-wrapper {
    position: relative;
    overflow: hidden;
    padding-right: 0 !important;
  }
   
  .slides-container {
    height: 100%;
    width: 100%;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow:hidden;
    scroll-behavior: smooth;
  }
   
   .slide {
    width: 100%;
    height: 100%;
    flex: 1 0 100%;
    background-color: black;
  }

  .slide-arrow {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 8rem;
    background-color: #f5f2ef;
    border: none;
    width: 3rem;
    font-size: 3rem;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 100ms;
    color: #ffb26e;
    font-size: 72px;
  }
   
  .slide-arrow:hover {
    opacity: 1;
  }
   
  #slide-arrow-prev {
    left: 0;
    padding-left: 0.65rem;
    padding-top: 17px;
    z-index: 2;
}
   
  #slide-arrow-next {
    right: 0;
    padding-top:17px;
    padding-left: 1rem;
    z-index: 2;
  }


.slides-container .fluid-width-video-wrapper{
    position: static;
}

.slides-container iframe{
    position: static;
    border: none;
    height: 730px;
    width: 900px;
}

.feat-event-headline{
    padding-top: 30px;
}

.feat-event-headline h2{
    border: none;
}

@media screen and (min-width: 899px){
    .chamber-event-banner,.promo-img{
        padding-left: 0 !important;
        padding-right: 2%;
    }
    .chamber-event-banner .promo-content{
        margin: auto auto auto 0 !important;
    }
}
@media screen and (max-width: 900px) {
    .chamber-event-banner.promo .container {
      display: flex;
      flex-direction: column;
    }
    .chamber-event-banner.promo-img{
        max-height:70% !important;
    }
  }
@media screen and (max-width: 1410px){
    .featured-member{
        float: none !important;
    }
    .section-heading{
        float: none !important;
    }

}

.video-container {
    position: relative;
    /* padding-bottom: 75%; */
    overflow: hidden;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .media-block img {
    max-height: none;
}
