/*.entry-content h3 {
    color: #294a70!important;
  
    font-weight: 600!important;
    margin: 0 0 15px!important;
    font-size: 25px!important;
    text-transform: uppercase!important;
}

.entry-content a {
    color: #000000;
}

.inner-sports h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    color: #15305b;
}



.inner-sports h5 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #ffab1f; 
   text-transform: uppercase;
}







@media only screen and ( max-width:610px ) {

.inner-sports h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px; 
}
.inner-sports h5 {
    text-align: center;
    font-size: 16px; 
  } 
  
}
.inner-sports img {
    border-radius: 50px;
}

a.yellow-box h4 {
    color: #294a70;
    background-color: #ffab1f;
    width: 71%;
    padding: 3px 26px;
}

.news-section{
background-color: #ccc;
  display: flex;
  overflow: hidden;
 

}


.event-1 {
  
  white-space: nowrap;
  margin-right: 0.5em;
  animation: ticker 7.2s linear infinite;
}


@keyframes ticker {
	0%   {transform: translateX(300%);}
	100% {transform: translateX(-100%);}
}


.event-1 img {
    width: 14%;
    height: 30px;
}

.event-1 {
    display: flex
;
    gap: 2px; 
  margin-left: 3%;
}

.event-1 h5 {
    margin-bottom: 0%;
    display: flex;
;
    align-items: center;
}




*/












td#display {
    display: none;
}


video#vd-wd1 {
    width: 30%;
}

video#vd-wd2 {
    width: 58%;
}

video#vd-wd3 {
    width: 34% !important;
}

@media only screen and ( max-width:610px ) {   
  
  video#vd-wd1 {
    width: 100%;
}
  
  video#vd-wd2 {
    width: 100%;
}
  video#vd-wd3 {
    width: 100% !important;
}
  
}



