  .rl-iframe-vid iframe {
        width: 100%;
        height: 464px;
      }

      .live-topbutton {
        color: #fff !important;
        background: #02771c;
        display: block;
        line-height: 40px;
        border-radius: 5px;
      }

      

      .matchmaker-rotator .list-inline a img {
        width: 170px;
        margin: 0 5px;
        }

        .rl-content-btns a {
        display: inline-block;
        width: 315px;
        background: #530505;
        color: #fff !important;
        font-weight: normal !important;
        line-height: 40px;
        border-radius: 5px;
        margin: 10px 0 10px;
        font-size: 13px;
        }


        .heading-black {
        color: #333 !important;
      }
      .col-left h2 {
        text-align: left;
      }
      .col-lg-6.col-md-12.col-sm-12.col-left {
          padding: 0px;
      }
      .col-right h4 {
        text-align: right;
        font-size: 14px;
        color: #333 !important;
        margin: 0px;
        font-weight: bold;
        padding: 25px 0 0;
      }
      .col-lg-6.col-md-12.col-sm-12.col-right {
        padding: 0px;
      }
      .dual-col img {
        width: 40px;
        margin-right: 10px;
      }


      /*Mobile responsive*/
      @media only screen and (max-width: 1199px) {
        .col-left h2 {
          text-align: center;
        }
        .col-right h2 {
          text-align: center;
        }

        .col-right h4 {
          text-align: center;
          padding-bottom: 15px;
        }
      }





      /*CSS Modification (04-24-23)*/

      .news-top {
        display: none;
      }

      .news-bottom {
        display: none;
      }

      .live-webcast-section {
        display: flex;
        flex-direction: column-reverse;
      }

      .live-webcast-info {

      }

      .live-webcast-video {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 30px;
      }

      @media only screen and (min-width: 1024px) {
        .live-webcast-video {
          width: 75%;
    margin: 0 auto;
        }
      }


      @media only screen and (max-width: 499px) {
        .matchmaker-rotator2 ul li:nth-child(4) a img {
          display: none;
        }
     }



     .matchmaker-rotator2 {
        margin-bottom: 30px;
      }
      .matchmaker-rotator2 ul {
        display: flex;
        padding: 0px;
        justify-content: center;
        gap: 10px;
      }
      /*.matchmaker-rotator2 ul li {
        display: none;
      }*/
      
      .matchmaker-rotator2 img {
        max-width: 160px;
        width: 100%;
      }