a {
    color: black;
}
.nav-link {
    color: white !important;
}

.content img {
    width: 100%;
    max-height: 500px;
}
.video-thumbnail {
    position: relative;
    padding-top: 56.25%;
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vip-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: linear-gradient(45deg, #DC143C, #B22222);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    white-space: nowrap;
}
footer a {
    color: #f0ad4e;
    text-decoration: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.dropdown-menu a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-menu a:hover {
    background-color: #f1f1f1;
}

.hidden {
    display: none;
}
.navbar-brand span{
    top: 5px;
    /* display: inline-block; */
    position: relative;
    left: -20px;
} 
.banner{
            background-color: black;
            color: yellow;
            text-align: center;
            margin-bottom: 10px;
    }
    footer{
            background-color: #333;
            color: #ddd;
            padding: 20px 0;
    }
    .content{
        margin-top: 30PX
    }
#right-title
{
    background-color: #ff8800 !important;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    text-align: center !important;
}




.responsive-player {
    width: 100%;
    height: 250px;
  }
  
  
@media (min-width: 768px) {
    .responsive-player {
      height: 400px;
    }
  }



 
@media (max-width: 600px) {
    .responsive-text {
        font-size: 0.9em !important;
    }
}

@media (min-width: 601px) {
    .responsive-text {
        font-size: 18px;
    }
}
