.pmc-body .pmc{
    margin-top: -90px; 
    position: relative; 
    overflow: hidden;
}

.video-background{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 0; 
    background-color: #a8a8a8 ;
}
.video-background video{
    position: absolute; 
    top: 40%; 
    left: 50%; 
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: auto; 
    transform: translateX(-50%) translateY(-50%); 
    object-fit: cover; 
    mix-blend-mode: multiply;
}

/* pmc winner banner */
#winners-circle .pmc-winner-banner{
    font-size: 1.5rem; 
    color: #fff; 
    font-weight: 500;
    
}
/* pmc table */
.contest-table table th,
.contest-table table tr,
.contest-table table td{
text-align: center;
font-size: 1rem;
font-weight: 500;
vertical-align: middle;
}

.contest-table tbody{
border-top: 0 !important;
}


.rules p{
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5em;
}
.rules .col-12{
  border-radius: 10px;
}