img.flag-img {
   max-height: 100px;
   width: auto;
    border: 1px dotted lightgray;
}

img.flag-img.empty {
    border: 1px dotted rgb(251, 0, 0);
    height: 100px;
    width: 200px;
    border-radius: 1rem;
}