
/* V103 — bandeiras redondas com 80% visível em direção ao centro da coluna 2. */
#fiveWinesScreen .qual-v101-flag,
#refineWinesScreen .qual-v101-flag{
  left:calc(80% - 62px) !important;
  width:78px !important;
  height:78px !important;
  border-radius:50% !important;
  overflow:hidden !important;
  opacity:.22 !important;
}
#fiveWinesScreen .qual-v101-flag svg,
#refineWinesScreen .qual-v101-flag svg{
  width:78px !important;
  height:78px !important;
  border-radius:50% !important;
  overflow:hidden !important;
}
@media(max-width:390px){
  #fiveWinesScreen .qual-v101-flag,
  #refineWinesScreen .qual-v101-flag{
    left:calc(80% - 58px) !important;
    width:72px !important;
    height:72px !important;
  }
  #fiveWinesScreen .qual-v101-flag svg,
  #refineWinesScreen .qual-v101-flag svg{
    width:72px !important;
    height:72px !important;
  }
}
