<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) { 
  .copy-links .mobBlock a.ot-sdk-show-settings{
      display: inline-block;
  }
  .copy-links .mobBlock span.hideme{
    display:none;
}
   
}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) { 
  .copy-links .mobBlock a.ot-sdk-show-settings{
      display: inline-block;
  }
  .copy-links .mobBlock span.hideme{
    display:none;
}
   
}

/* footer css for nightslikethis splash page*/
.copyrightText a.ot-sdk-show-settings{
  display: inline-block;
}

  .copyrightText span.hide{
    visibility:hidden;
  }

  @media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px) 
   and (orientation: landscape) { 
    .copyrightText span.hide{
      visibility: visible;
    }
}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 667px) 
 and (orientation: portrait) { 
  .copyrightText span.hide{
    visibility: hidden;
  }
  .copyrightText a.ot-sdk-show-settings{
    display: block;
  }

}

@media only screen 
and (min-device-width: 768px) 
and (max-device-width:1024px) 
 and (orientation: landscape) { 
  .copyrightText span.hide{
    visibility: visible;
  }
  }
  /*win page*/
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 1024px) 
 { 
  .copyrightWrapper span.hide{
    visibility: hidden;
  }
  .copyrightWrapper a.ot-sdk-show-settings{
    display: block;
    text-align:left;
  }
  }
  </pre></body></html>