:root{
    --vidWidth: 70vw;
    --moVidWidth: 80vw;
    --MGold: #d8b04a;
    --lightGold: #ecd7a1;
    --MCyan: #00717F;
    --pageBackground: #0E0E10;
    --borderMain: #1C1C21;
    --borderLight: #1C1C21;
  }
  

/* black friday banner */

.black_friday_banner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    min-height: max-content;
    background: var(--MGold);
    color: #1c1c21;
    margin: 10px;
    margin-right: -.5px;
    border-radius: 25px;
  }
  
  .black_firday_text{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
  }
  
  @media screen and (max-width: 425px){
    .black_firday_text{
      font-size: 8px;
    }
  }
  
  /* ............. */