/* ShopHAND rc4.3 — artist portraits should fill the portrait rail rather than float inside it. */
#bc-artists-redesign .bc-portrait-frame { padding:4px !important; }
#bc-artists-redesign .bc-portrait { width:128px !important; height:128px !important; }
@media(max-width:720px){
  #bc-artists-redesign .bc-portrait-frame { padding:4px !important; }
  #bc-artists-redesign .bc-portrait { width:100px !important; height:100px !important; }
}
@media(max-width:370px){
  #bc-artists-redesign .bc-portrait { width:93px !important; height:93px !important; }
}
