/** 
 * Ticket 13765 Infographic pods special styling
**/
.pods .pt223 {
  transition: 0.2s;
  background: transparent !important;
  border-radius: 100%;
  overflow: visible;
}
.pods .pt223:hover,
.pods .pt223:focus {
  box-shadow: 0 0 0 4px #fee364;
}
.pods .pt223 .node-inner {
  padding: 0;
  border-radius: 100%;
  overflow: hidden;
}
.pods .pt223 .node-header,
.pods .pt223 .node-links {
  display: none;
}
.pods .pt223 .node-upper-image {
  margin: 0;
}
.pods .pt223 .field-image {
  margin: 0;
}
.pods .pt223 .field-image img {
  width: 100%;
}
