.flag-wrapper {
  width: 96px;
  height: 64px;
  position: absolute;
  top: 5;
  bottom: 0;
  right: 0;
  left: 0;
  /*box-shadow: 0 0 2px black;*/
  overflow: hidden;
  margin-bottom: 20px;
}

.flag-wrapper:after {
  padding-top: 75%;
  /* ratio */
  display: block;
  content: '';
}

.flag-wrapper .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.state-membership li.half2-year:after {
  content: '';
  position: absolute;
  background: #4CC3D9;
  right: 0;
  width: 50%;
  height: 7px;
}

.state-membership li.half1-year:after {
  content: '';
  position: absolute;
  background: #4CC3D9;
  left: 0;
  width: 50%;
  height: 7px;
}