/* Playboy square image logo + favicon alignment fix */
.brand .mark{
  width:44px !important;
  height:44px !important;
  min-width:44px !important;
  padding:0 !important;
  border-radius:12px !important;
  overflow:hidden !important;
  display:block !important;
  background:#090909 !important;
  color:transparent !important;
  box-shadow:0 0 0 1px rgba(255,255,255,.10), 0 8px 26px rgba(190,0,0,.28) !important;
}
.brand .mark img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
}
@media(max-width:760px){
  .brand .mark{width:42px !important;height:42px !important;min-width:42px !important;border-radius:11px !important;}
}
