.eu-flag-top{
  position: absolute;
  right: 0px;
  top: 24px;
  width: 83px;
}

@media only all and (max-width: 1024px){
  .eu-flag-top{
    display: none ;
    visibility: hidden !important;
  }
}