.press-badge {
    width: 150px;
    height: 150px;
    border-width: 2px !important;
  }
  
.press-badge img {
    position: absolute;
    width:70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.press-badge-smaller img {
    width: 50% !important;
}
.press-badge-larger img {
    width: 90% !important;
}