
      .rl-iframe-vid iframe {
        width: 100%;
        height: 465px;
      }
      h2 {
        text-align: center;
      }

      .page-content h2 {
    font-family: 'League Spartan', sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #003893;
    line-height: 28px;
    text-align: center !important;
}


      .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: 24px 0 0 0;
      }
      .col-lg-6.col-md-12.col-sm-12.col-right {
        padding: 0px;
      }
      .dual-col img {
        width: 40px;
        margin-right: 10px;
      }


      /*Display this section when live show is done and hide this section before the live show start*/
      .replay-heading {
        padding-top: 30px;
      }

      /*Display this section before the live show start and hide this section when live show is done.*/
      /* .dual-col {
        display: none;
      } */


      .live-greenbut {
        padding-top: 20px;
      }
      .live-greenbut a {
        background-color: #003893;
        color: #fff !important;
        border-radius: 3px;
        padding: 10px;
      }

      .livevideo-ronlou {
        margin-bottom: 20px;
      }

      .matchmaker-rotator {
        margin-bottom: 30px;
      }
      .matchmaker-rotator ul {
        display: block;
        padding: 0px;
      }
    /*  .matchmaker-rotator img {
        width: 100%;
      }
*/
      .text-center.liveshow-btn button {
        background-color: #682027;
        margin-top: 5px;
      }
      .text-center.liveshow-btn a {
        color: #ffff;
      }

    .matchmaker-rotator ul li {
    width: 160px !important;
    height: auto;
    border-radius: 10px;
}

    .matchmaker-rotator ul li a img {
    width: 155px !important;
    height: auto;
    border-radius: 10px;
    margin-left: 20px;
}

button.register-btn {
    border: none;
    border-radius: 5px;
    background-color: #e4a133;
     font-size: 15px; 
    font-weight: bold; 
    color: #fff;
    padding: 8px 25px;
    margin: 15px 0 15px 0;
     float: none !important; 
     margin-left: auto; 
}

.matchmaker-rotator ul li:nth-child(n+5) {
    display: none;
}

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

.page-content h2 {
    font-family: 'League Spartan', sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #305896;
    line-height: 28px;
    text-align: center !important; 
}

.matchmaker-rotator-ronna ul li a img {
    width: 190px;
    height: auto;
    border-radius: 10px;
}


      }
   