.february .logo {
  position: relative;
}
.february .logo:before {
  width: 32px;
  height: 23px;
  display: block;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 100%;
  background: url(../img/feb23.png) no-repeat;
  margin-left: -13px;
}
