
    .featured-ladies-related-vid {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
    }

    .vid-flex-item {
      flex: 1 1 calc(100% / 1 - 16px);
      box-sizing: border-box;
      max-width: calc(100% / 1 - 16px);
    }

    @media screen and (min-width:1255px) {
      .related-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
      }

      .related-container .related-vid {
        width: 750px;
        height: 475px;
      }

      .btn.btn-lg.btn-dude {
        color: #fff !important;
      }
    }

    @media screen and (max-width:1254px) and (min-width:375px) {
      .related-container .related-vid {
        width: 350px;
        height: 210px;
      }
    }

    @media screen and (max-width:374px) {
      .related-container .related-vid {
        width: 300px;
        height: 190px;
      }
    }

    @media screen and (max-width:768px) {
      .featured-ladies-po {
        margin-top: -40px !important;
      }

      h1 {
        font-size: 18px;
      }
    }

    @media screen and (min-width:769px) {
      .featured-ladies-po {
        margin-top: 0 !important;
      }

      h1 {
        font-size: 28px !important;
      }
    }

    a.btn.btn-lg.btn-dude.text-center.text-white.w-100 {
      background-color: #9b0a0a;
      color: #fff !important;
    }

    a.btn.btn-lg.btn-dude.text-center.text-white.w-100:hover {
      background-color: #00478C;
      color: #fff !important;
    }

    .header-right-area .top-header-right .top-header-signup {
      background: transparent;
      border: 2px solid #C23030;
      color: #C23030;
    }

    .header-right-area .top-header-right .top-header-signup:hover {
      border: 2px solid #066CD2;
      text-decoration: none;
    }

    a.btn.btn-lg.btn-dude.text-center.text-white.w-100 {
      background-color: #C23030;
      color: #fff;
    }

    a.btn.btn-lg.btn-dude.text-center.text-white.w-100:hover {
      background-color: #066CD2;
      color: #fff;
    }

    .content-area.blog-timer{
        margin-top: -50px !important;
    }
 