@media (min-width:621px){
  .screen-view .scr-sel select{padding-right:38px}
  .screen-view .scr-sel::after{
    right:14px;
    top:calc(50% + 12px);
    bottom:auto;
    transform:translateY(-50%) rotate(45deg);
  }
}

@media(max-width:620px){
  .screen-view .st-btn.ui-mode-circle{width:52px;height:52px;min-width:52px;min-height:52px}
}
