.event-box-icon img {
    max-width: 150px;
}

.event-box-icon {
    right: 0;
    bottom: 120px;
}

@media only screen and (max-width: 600px) {
  .event-box-icon img {
    max-width: 124px;
  }
}